{
  "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": 313564,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
        "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
        "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.1126/science.abk2432",
      "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
      "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
      "id": "ERP129698"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.656577,
          "sdRefIntergenicDistribution": 2.383840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 481,
          "maxRank": 11391.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.473742,
          "sdRefIntergenicDistribution": 1.885644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8297.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.276450,
          "sdRefIntergenicDistribution": 1.912155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 177,
          "maxRank": 9463.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.147568,
          "sdRefIntergenicDistribution": 1.639747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8410.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.082392,
          "sdRefIntergenicDistribution": 2.713324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 602,
          "maxRank": 11551.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.149872,
          "sdRefIntergenicDistribution": 2.237450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 180,
          "maxRank": 9744.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.201527,
          "sdRefIntergenicDistribution": 2.127662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 200,
          "maxRank": 9712.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.600369,
          "sdRefIntergenicDistribution": 1.670710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8538.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.659804,
          "sdRefIntergenicDistribution": 1.972185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 154,
          "maxRank": 8911.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.110584,
          "sdRefIntergenicDistribution": 2.318539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 247,
          "maxRank": 9578.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.261853,
          "sdRefIntergenicDistribution": 2.280173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 316,
          "maxRank": 9842.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.778284,
          "sdRefIntergenicDistribution": 2.625369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 9729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.674416,
          "sdRefIntergenicDistribution": 2.260454,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 172,
          "maxRank": 9200.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.323137,
          "sdRefIntergenicDistribution": 2.237868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9066.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.148983,
          "sdRefIntergenicDistribution": 2.076863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 244,
          "maxRank": 9623.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.185385,
          "sdRefIntergenicDistribution": 1.894289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9333.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.276505,
          "sdRefIntergenicDistribution": 1.921256,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9497.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.299977,
          "sdRefIntergenicDistribution": 1.967887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 212.490217,
          "sdRefIntergenicDistribution": 1.597267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 7975.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.392983,
          "sdRefIntergenicDistribution": 2.146069,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9614.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.089674,
          "sdRefIntergenicDistribution": 1.912353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 227,
          "maxRank": 9735.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.705649,
          "sdRefIntergenicDistribution": 2.105098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 173,
          "maxRank": 9524.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.314793,
          "sdRefIntergenicDistribution": 2.460805,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 211,
          "maxRank": 9561.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.371317,
          "sdRefIntergenicDistribution": 1.983026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9625.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.524992,
          "sdRefIntergenicDistribution": 1.934908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8866.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.378308,
          "sdRefIntergenicDistribution": 2.090755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 256,
          "maxRank": 9947.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.669987,
          "sdRefIntergenicDistribution": 2.317124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 203,
          "maxRank": 9490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.574488,
          "sdRefIntergenicDistribution": 2.211696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 233,
          "maxRank": 9878.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.987126,
          "sdRefIntergenicDistribution": 2.026423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9285.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.994661,
          "sdRefIntergenicDistribution": 1.930564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 9196.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.217220,
          "sdRefIntergenicDistribution": 2.022093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9189.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.907492,
          "sdRefIntergenicDistribution": 1.719491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8679.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.827276,
          "sdRefIntergenicDistribution": 1.886696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9533.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.613408,
          "sdRefIntergenicDistribution": 1.812506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9117.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 491.459551,
          "sdRefIntergenicDistribution": 3.149347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7622.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.138745,
          "sdRefIntergenicDistribution": 2.921280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 243,
          "maxRank": 9427.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.890118,
          "sdRefIntergenicDistribution": 2.439769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 9858.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.624845,
          "sdRefIntergenicDistribution": 2.854876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 248,
          "maxRank": 9925.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.450840,
          "sdRefIntergenicDistribution": 2.724511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 717,
          "maxRank": 11297.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.086903,
          "sdRefIntergenicDistribution": 2.007569,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 189,
          "maxRank": 9562.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.288735,
          "sdRefIntergenicDistribution": 2.126351,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9325.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.763473,
          "sdRefIntergenicDistribution": 2.456841,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 246,
          "maxRank": 9910.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.464399,
          "sdRefIntergenicDistribution": 2.355377,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 222,
          "maxRank": 9895.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 234.497766,
          "sdRefIntergenicDistribution": 1.709253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 7898.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.655347,
          "sdRefIntergenicDistribution": 2.503459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 498,
          "maxRank": 11159.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.793991,
          "sdRefIntergenicDistribution": 2.229465,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 197,
          "maxRank": 9735.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.630311,
          "sdRefIntergenicDistribution": 1.872019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 8939.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.294447,
          "sdRefIntergenicDistribution": 1.900828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 307,
          "maxRank": 10145.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.028342,
          "sdRefIntergenicDistribution": 2.054116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 319,
          "maxRank": 10256.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.605928,
          "sdRefIntergenicDistribution": 1.710512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8492.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 640.710900,
          "sdRefIntergenicDistribution": 2.415902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7615.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.688448,
          "sdRefIntergenicDistribution": 2.037741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9990.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.418974,
          "sdRefIntergenicDistribution": 2.356778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8777.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.985157,
          "sdRefIntergenicDistribution": 2.031341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 8683.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.117424,
          "sdRefIntergenicDistribution": 1.910386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8547.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 112.846137,
          "sdRefIntergenicDistribution": 2.037863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8420.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.923165,
          "sdRefIntergenicDistribution": 1.792786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8280.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 334.659182,
          "sdRefIntergenicDistribution": 1.686538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7844.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.010290,
          "sdRefIntergenicDistribution": 2.106347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8543.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.994950,
          "sdRefIntergenicDistribution": 2.033106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 130,
          "maxRank": 8940.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.861536,
          "sdRefIntergenicDistribution": 2.070636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 8633.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.757812,
          "sdRefIntergenicDistribution": 2.236313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 149,
          "maxRank": 9212.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1149557424,
            "mappedReadsCount": 1081792792,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.358164,
          "sdRefIntergenicDistribution": 1.814181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8821.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.462495,
          "sdRefIntergenicDistribution": 2.266381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 382,
          "maxRank": 11076.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 204.565624,
          "sdRefIntergenicDistribution": 2.097541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8223.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.503370,
          "sdRefIntergenicDistribution": 1.839834,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8418.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.313680,
          "sdRefIntergenicDistribution": 2.151434,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 441,
          "maxRank": 11267.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.410607,
          "sdRefIntergenicDistribution": 1.912092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9847.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.598469,
          "sdRefIntergenicDistribution": 1.804160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 172,
          "maxRank": 9657.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.846034,
          "sdRefIntergenicDistribution": 1.679450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8715.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.785133,
          "sdRefIntergenicDistribution": 1.927633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 8887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.022741,
          "sdRefIntergenicDistribution": 2.164689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9244.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.007335,
          "sdRefIntergenicDistribution": 2.131939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 9404.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.089434,
          "sdRefIntergenicDistribution": 1.970751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9348.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.686117,
          "sdRefIntergenicDistribution": 1.631835,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8552.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.842223,
          "sdRefIntergenicDistribution": 1.799387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8224.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.144403,
          "sdRefIntergenicDistribution": 2.285933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10120.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.763604,
          "sdRefIntergenicDistribution": 1.773199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9104.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.362742,
          "sdRefIntergenicDistribution": 2.019708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 8943.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.360222,
          "sdRefIntergenicDistribution": 1.608595,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 8840.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.684298,
          "sdRefIntergenicDistribution": 1.673524,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8264.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.304696,
          "sdRefIntergenicDistribution": 1.892992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8644.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.782832,
          "sdRefIntergenicDistribution": 1.893855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9036.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 142.432583,
          "sdRefIntergenicDistribution": 1.847053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8265.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.624086,
          "sdRefIntergenicDistribution": 2.161550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 257,
          "maxRank": 9873.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.897809,
          "sdRefIntergenicDistribution": 1.883680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 8980.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.472590,
          "sdRefIntergenicDistribution": 1.680968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8449.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.083553,
          "sdRefIntergenicDistribution": 1.852984,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 9576.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.962929,
          "sdRefIntergenicDistribution": 1.699807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9089.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.789108,
          "sdRefIntergenicDistribution": 1.856369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9008.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.318402,
          "sdRefIntergenicDistribution": 1.807774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 149,
          "maxRank": 9130.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.071273,
          "sdRefIntergenicDistribution": 1.409060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8280.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.635612,
          "sdRefIntergenicDistribution": 1.591848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8474.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 200.586959,
          "sdRefIntergenicDistribution": 1.509040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 8041.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.035223,
          "sdRefIntergenicDistribution": 1.930392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 9051.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.408810,
          "sdRefIntergenicDistribution": 1.639425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8642.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 137.892988,
          "sdRefIntergenicDistribution": 2.181909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8293.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.554978,
          "sdRefIntergenicDistribution": 2.910079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9059.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.609443,
          "sdRefIntergenicDistribution": 2.755733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 221,
          "maxRank": 9693.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.032706,
          "sdRefIntergenicDistribution": 2.280928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9847.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.921857,
          "sdRefIntergenicDistribution": 3.707564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 684,
          "maxRank": 11299.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 309.355123,
          "sdRefIntergenicDistribution": 1.827257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 7678.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.279702,
          "sdRefIntergenicDistribution": 2.068369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 264,
          "maxRank": 10169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.000193,
          "sdRefIntergenicDistribution": 1.854443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9073.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.638846,
          "sdRefIntergenicDistribution": 2.077323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 316,
          "maxRank": 10614.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.760039,
          "sdRefIntergenicDistribution": 1.859316,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 269,
          "maxRank": 10179.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.347574,
          "sdRefIntergenicDistribution": 1.891033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8491.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.564179,
          "sdRefIntergenicDistribution": 2.164779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 317,
          "maxRank": 10423.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.915830,
          "sdRefIntergenicDistribution": 1.844406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9360.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.531121,
          "sdRefIntergenicDistribution": 1.992375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9194.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.970025,
          "sdRefIntergenicDistribution": 1.937089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 236,
          "maxRank": 9880.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.447824,
          "sdRefIntergenicDistribution": 1.724982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 208,
          "maxRank": 9599.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.454668,
          "sdRefIntergenicDistribution": 1.452079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8413.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 225.939877,
          "sdRefIntergenicDistribution": 2.028539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8056.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.894879,
          "sdRefIntergenicDistribution": 2.165273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 392,
          "maxRank": 10720.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.681387,
          "sdRefIntergenicDistribution": 2.064958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 76,
          "maxRank": 8412.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.882399,
          "sdRefIntergenicDistribution": 1.464542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8547.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 144.388496,
          "sdRefIntergenicDistribution": 1.481293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8178.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.505883,
          "sdRefIntergenicDistribution": 1.822558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8669.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.444809,
          "sdRefIntergenicDistribution": 1.964564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8565.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.505494,
          "sdRefIntergenicDistribution": 1.730392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8034.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 399.542068,
          "sdRefIntergenicDistribution": 1.543332,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 7707.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.178435,
          "sdRefIntergenicDistribution": 1.507769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8586.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 102.391762,
          "sdRefIntergenicDistribution": 1.809994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8400.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.797063,
          "sdRefIntergenicDistribution": 1.808213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8832.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 630410682,
            "mappedReadsCount": 577305993,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.657148,
          "sdRefIntergenicDistribution": 1.639152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9042.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.663825,
          "sdRefIntergenicDistribution": 2.002837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 328,
          "maxRank": 10824.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.264606,
          "sdRefIntergenicDistribution": 2.042275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 205,
          "maxRank": 9475.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.226023,
          "sdRefIntergenicDistribution": 1.773386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8368.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 325.199358,
          "sdRefIntergenicDistribution": 1.054586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 29,
          "maxRank": 7715.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.337813,
          "sdRefIntergenicDistribution": 2.074296,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 357,
          "maxRank": 10936.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.279703,
          "sdRefIntergenicDistribution": 1.772082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9595.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.397375,
          "sdRefIntergenicDistribution": 2.018920,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9623.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.029408,
          "sdRefIntergenicDistribution": 1.814242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 8179.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.675916,
          "sdRefIntergenicDistribution": 1.681717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 8717.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.026342,
          "sdRefIntergenicDistribution": 1.872406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 8823.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.065682,
          "sdRefIntergenicDistribution": 2.248040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 184,
          "maxRank": 9231.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.414547,
          "sdRefIntergenicDistribution": 1.965997,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9043.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.267501,
          "sdRefIntergenicDistribution": 1.654256,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8384.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.483233,
          "sdRefIntergenicDistribution": 1.599639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8324.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.743198,
          "sdRefIntergenicDistribution": 2.400153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 452,
          "maxRank": 10918.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.558437,
          "sdRefIntergenicDistribution": 1.711150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 8870.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.526173,
          "sdRefIntergenicDistribution": 1.612561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8693.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.306745,
          "sdRefIntergenicDistribution": 1.869934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 8994.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.811315,
          "sdRefIntergenicDistribution": 1.621528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8440.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.536180,
          "sdRefIntergenicDistribution": 1.659543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8724.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.964883,
          "sdRefIntergenicDistribution": 1.747423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 173.966437,
          "sdRefIntergenicDistribution": 1.607598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 51,
          "maxRank": 8140.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.713841,
          "sdRefIntergenicDistribution": 2.024224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 9561.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.476084,
          "sdRefIntergenicDistribution": 1.750749,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9030.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.021091,
          "sdRefIntergenicDistribution": 2.017836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8700.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.487131,
          "sdRefIntergenicDistribution": 1.885315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 160,
          "maxRank": 9271.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.799833,
          "sdRefIntergenicDistribution": 1.820823,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9114.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.592237,
          "sdRefIntergenicDistribution": 1.696344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8788.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.072699,
          "sdRefIntergenicDistribution": 1.608125,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9215.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.810448,
          "sdRefIntergenicDistribution": 1.612100,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8184.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.574866,
          "sdRefIntergenicDistribution": 1.458403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8323.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 299.590149,
          "sdRefIntergenicDistribution": 1.542150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7829.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.663894,
          "sdRefIntergenicDistribution": 1.931373,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 117,
          "maxRank": 8882.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.103017,
          "sdRefIntergenicDistribution": 1.672458,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8417.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.824446,
          "sdRefIntergenicDistribution": 1.838095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8018.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.362483,
          "sdRefIntergenicDistribution": 3.098016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 8751.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.004036,
          "sdRefIntergenicDistribution": 2.658579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9444.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.538015,
          "sdRefIntergenicDistribution": 2.482050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 226,
          "maxRank": 10008.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.728049,
          "sdRefIntergenicDistribution": 3.509468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 572,
          "maxRank": 11098.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 255.376931,
          "sdRefIntergenicDistribution": 2.224410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 7875.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.082184,
          "sdRefIntergenicDistribution": 1.869753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9394.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.000283,
          "sdRefIntergenicDistribution": 1.897801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8778.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.061275,
          "sdRefIntergenicDistribution": 2.036738,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 300,
          "maxRank": 10414.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.384735,
          "sdRefIntergenicDistribution": 1.952724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 266,
          "maxRank": 10161.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.504827,
          "sdRefIntergenicDistribution": 1.867607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 112,
          "maxRank": 8484.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.895828,
          "sdRefIntergenicDistribution": 2.112941,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 302,
          "maxRank": 10430.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.074903,
          "sdRefIntergenicDistribution": 1.682147,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8806.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.719998,
          "sdRefIntergenicDistribution": 1.650178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 8966.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.441612,
          "sdRefIntergenicDistribution": 1.984984,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 269,
          "maxRank": 10216.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.382085,
          "sdRefIntergenicDistribution": 1.733919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 185,
          "maxRank": 9494.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.567499,
          "sdRefIntergenicDistribution": 1.243986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8402.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 255.603837,
          "sdRefIntergenicDistribution": 1.527910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 7972.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1767.767041,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13,
          "maxRank": 7349.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.092311,
          "sdRefIntergenicDistribution": 1.988580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 266,
          "maxRank": 10200.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.135320,
          "sdRefIntergenicDistribution": 1.469338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8413.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 122.166339,
          "sdRefIntergenicDistribution": 1.416146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8246.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 253.791092,
          "sdRefIntergenicDistribution": 1.554172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 7919.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.726625,
          "sdRefIntergenicDistribution": 1.461832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8226.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.527137,
          "sdRefIntergenicDistribution": 1.812320,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8526.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 324.061428,
          "sdRefIntergenicDistribution": 1.536053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7767.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 274.532139,
          "sdRefIntergenicDistribution": 1.245071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7752.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.663200,
          "sdRefIntergenicDistribution": 1.518813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8496.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.397280,
          "sdRefIntergenicDistribution": 1.490431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8379.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.693591,
          "sdRefIntergenicDistribution": 1.777366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 8995.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.154386,
          "sdRefIntergenicDistribution": 1.620921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8434.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 569278460,
            "mappedReadsCount": 527672095,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 406.522597,
          "sdRefIntergenicDistribution": 1.686821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 7632.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.864754,
          "sdRefIntergenicDistribution": 2.039740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 375,
          "maxRank": 10988.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.224258,
          "sdRefIntergenicDistribution": 1.938382,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8710.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "pericerebral adult fat mass",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 161.169432,
          "sdRefIntergenicDistribution": 2.231519,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8200.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 313.419620,
          "sdRefIntergenicDistribution": 1.485294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7829.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.310010,
          "sdRefIntergenicDistribution": 2.182131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 378,
          "maxRank": 11038.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.515897,
          "sdRefIntergenicDistribution": 1.890938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9393.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.837440,
          "sdRefIntergenicDistribution": 1.750447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 191,
          "maxRank": 9670.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.877337,
          "sdRefIntergenicDistribution": 2.007670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 8900.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.967143,
          "sdRefIntergenicDistribution": 1.647911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8752.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.065243,
          "sdRefIntergenicDistribution": 1.985005,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9027.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.575096,
          "sdRefIntergenicDistribution": 2.098419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9321.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.803868,
          "sdRefIntergenicDistribution": 1.919876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 8918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.902084,
          "sdRefIntergenicDistribution": 1.587439,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8646.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 132.489736,
          "sdRefIntergenicDistribution": 1.832269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8265.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.361387,
          "sdRefIntergenicDistribution": 2.351612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 389,
          "maxRank": 10601.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.509833,
          "sdRefIntergenicDistribution": 1.540075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 8922.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.398895,
          "sdRefIntergenicDistribution": 1.774959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 8934.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.966435,
          "sdRefIntergenicDistribution": 1.726160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9153.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.076122,
          "sdRefIntergenicDistribution": 1.629964,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8258.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 115.839399,
          "sdRefIntergenicDistribution": 1.832910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8307.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.727691,
          "sdRefIntergenicDistribution": 1.760213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 8908.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 220.760141,
          "sdRefIntergenicDistribution": 1.473565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 39,
          "maxRank": 7950.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.891649,
          "sdRefIntergenicDistribution": 2.136311,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 181,
          "maxRank": 9322.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.588249,
          "sdRefIntergenicDistribution": 1.694791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 8944.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 218.214629,
          "sdRefIntergenicDistribution": 1.409060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 37,
          "maxRank": 7966.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.186078,
          "sdRefIntergenicDistribution": 1.761628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9420.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.592009,
          "sdRefIntergenicDistribution": 1.793178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9160.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.851040,
          "sdRefIntergenicDistribution": 1.660982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8760.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.064864,
          "sdRefIntergenicDistribution": 1.697551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 8964.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.330752,
          "sdRefIntergenicDistribution": 1.585538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8543.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.620796,
          "sdRefIntergenicDistribution": 1.567786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8424.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 264.284937,
          "sdRefIntergenicDistribution": 1.509025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 37,
          "maxRank": 7877.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.654289,
          "sdRefIntergenicDistribution": 1.935025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 9081.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.260203,
          "sdRefIntergenicDistribution": 1.930367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8607.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 391.811090,
          "sdRefIntergenicDistribution": 1.647100,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7695.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.601391,
          "sdRefIntergenicDistribution": 2.264304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 250,
          "maxRank": 9833.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.290716,
          "sdRefIntergenicDistribution": 2.310976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 203,
          "maxRank": 9862.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.078777,
          "sdRefIntergenicDistribution": 3.545565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 626,
          "maxRank": 11236.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 310.835032,
          "sdRefIntergenicDistribution": 1.682771,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 7782.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.305922,
          "sdRefIntergenicDistribution": 1.977117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 187,
          "maxRank": 9674.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 103.996357,
          "sdRefIntergenicDistribution": 1.644071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8494.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.607572,
          "sdRefIntergenicDistribution": 1.906538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 249,
          "maxRank": 10185.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.635507,
          "sdRefIntergenicDistribution": 2.205288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 410,
          "maxRank": 10727.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.277275,
          "sdRefIntergenicDistribution": 1.763390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8518.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.733206,
          "sdRefIntergenicDistribution": 2.120656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 306,
          "maxRank": 10384.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.944138,
          "sdRefIntergenicDistribution": 1.805162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 8993.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.198001,
          "sdRefIntergenicDistribution": 1.671759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8878.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.372826,
          "sdRefIntergenicDistribution": 1.797865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 281,
          "maxRank": 10023.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.247541,
          "sdRefIntergenicDistribution": 1.832892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 185,
          "maxRank": 9531.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.153572,
          "sdRefIntergenicDistribution": 1.545021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8421.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 210.714499,
          "sdRefIntergenicDistribution": 1.466567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 45,
          "maxRank": 7977.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 419.762757,
          "sdRefIntergenicDistribution": 1.714362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 37,
          "maxRank": 7740.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.617911,
          "sdRefIntergenicDistribution": 1.996257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 9946.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 265.106448,
          "sdRefIntergenicDistribution": 1.605287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 41,
          "maxRank": 7857.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.083797,
          "sdRefIntergenicDistribution": 1.694464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8466.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 360.452533,
          "sdRefIntergenicDistribution": 1.828948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 29,
          "maxRank": 7801.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.348846,
          "sdRefIntergenicDistribution": 1.627165,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8540.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.715613,
          "sdRefIntergenicDistribution": 1.925017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8360.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 567.273805,
          "sdRefIntergenicDistribution": 1.448463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7608.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 461.487796,
          "sdRefIntergenicDistribution": 1.429073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 29,
          "maxRank": 7606.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.729934,
          "sdRefIntergenicDistribution": 1.668669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8773.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.024981,
          "sdRefIntergenicDistribution": 1.626763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8344.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.256648,
          "sdRefIntergenicDistribution": 1.956303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9119.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.845738,
          "sdRefIntergenicDistribution": 1.691594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9044.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570609354,
            "mappedReadsCount": 526998255,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.535678,
          "sdRefIntergenicDistribution": 2.155106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 516,
          "maxRank": 11503.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.092279,
          "sdRefIntergenicDistribution": 2.045141,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 8744.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.741674,
          "sdRefIntergenicDistribution": 1.770168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8665.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 633.374171,
          "sdRefIntergenicDistribution": 1.567082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 30,
          "maxRank": 7574.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.403998,
          "sdRefIntergenicDistribution": 2.206577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 518,
          "maxRank": 11390.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.428962,
          "sdRefIntergenicDistribution": 1.919759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 205,
          "maxRank": 10004.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.220398,
          "sdRefIntergenicDistribution": 2.075749,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 228,
          "maxRank": 10056.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.404482,
          "sdRefIntergenicDistribution": 1.778909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8801.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.452917,
          "sdRefIntergenicDistribution": 1.829879,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8394.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.756737,
          "sdRefIntergenicDistribution": 2.033169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 160,
          "maxRank": 9131.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.792346,
          "sdRefIntergenicDistribution": 2.284863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 9620.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.174327,
          "sdRefIntergenicDistribution": 1.985507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 8824.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.595740,
          "sdRefIntergenicDistribution": 1.850607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8664.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.930482,
          "sdRefIntergenicDistribution": 1.601095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8544.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.800247,
          "sdRefIntergenicDistribution": 2.248536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 417,
          "maxRank": 10677.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.415916,
          "sdRefIntergenicDistribution": 1.767095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9182.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.014419,
          "sdRefIntergenicDistribution": 1.812906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9282.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.647106,
          "sdRefIntergenicDistribution": 1.730016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9229.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.896506,
          "sdRefIntergenicDistribution": 1.770513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 95,
          "maxRank": 8554.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.404840,
          "sdRefIntergenicDistribution": 1.961531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9105.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.887256,
          "sdRefIntergenicDistribution": 1.799324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9362.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.420684,
          "sdRefIntergenicDistribution": 1.425296,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8698.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.312399,
          "sdRefIntergenicDistribution": 2.231343,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 277,
          "maxRank": 10012.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.692806,
          "sdRefIntergenicDistribution": 1.957627,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9274.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.699195,
          "sdRefIntergenicDistribution": 1.554589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8486.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.269345,
          "sdRefIntergenicDistribution": 1.920335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9677.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.252176,
          "sdRefIntergenicDistribution": 1.793182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9459.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.233883,
          "sdRefIntergenicDistribution": 1.756604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9313.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.569983,
          "sdRefIntergenicDistribution": 1.804110,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 9102.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.728349,
          "sdRefIntergenicDistribution": 1.779016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.049016,
          "sdRefIntergenicDistribution": 1.752449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8447.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 220.088514,
          "sdRefIntergenicDistribution": 1.727475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8149.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.497970,
          "sdRefIntergenicDistribution": 2.118516,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9331.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.856567,
          "sdRefIntergenicDistribution": 1.695731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 9229.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 209.004755,
          "sdRefIntergenicDistribution": 1.617275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 56,
          "maxRank": 7997.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.170339,
          "sdRefIntergenicDistribution": 2.406658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 327,
          "maxRank": 10046.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.461743,
          "sdRefIntergenicDistribution": 2.533105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 265,
          "maxRank": 10334.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.240851,
          "sdRefIntergenicDistribution": 3.699737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 562,
          "maxRank": 10966.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.371039,
          "sdRefIntergenicDistribution": 2.013288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 160,
          "maxRank": 9347.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.082352,
          "sdRefIntergenicDistribution": 1.914107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9145.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.743114,
          "sdRefIntergenicDistribution": 2.016435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 252,
          "maxRank": 10279.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.761008,
          "sdRefIntergenicDistribution": 1.961429,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 301,
          "maxRank": 10286.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.396186,
          "sdRefIntergenicDistribution": 2.290075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 8580.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.629809,
          "sdRefIntergenicDistribution": 2.229316,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 321,
          "maxRank": 10456.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.440908,
          "sdRefIntergenicDistribution": 1.929720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 179,
          "maxRank": 9486.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.180238,
          "sdRefIntergenicDistribution": 2.065004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9346.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.496961,
          "sdRefIntergenicDistribution": 1.965243,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 279,
          "maxRank": 10206.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.390850,
          "sdRefIntergenicDistribution": 2.003565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 215,
          "maxRank": 9734.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.608651,
          "sdRefIntergenicDistribution": 1.591431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8484.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 184.471826,
          "sdRefIntergenicDistribution": 1.260485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 8023.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.253466,
          "sdRefIntergenicDistribution": 2.111359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 279,
          "maxRank": 10335.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.756942,
          "sdRefIntergenicDistribution": 1.681475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8382.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.676823,
          "sdRefIntergenicDistribution": 1.605424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8686.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 175.655864,
          "sdRefIntergenicDistribution": 1.940260,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8309.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.571954,
          "sdRefIntergenicDistribution": 1.785867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8841.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.558365,
          "sdRefIntergenicDistribution": 1.890618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 8516.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.424339,
          "sdRefIntergenicDistribution": 1.571642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8432.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 699.816869,
          "sdRefIntergenicDistribution": 1.641469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 25,
          "maxRank": 7556.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.292904,
          "sdRefIntergenicDistribution": 1.943946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8931.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.837678,
          "sdRefIntergenicDistribution": 1.658547,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8573.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.466102,
          "sdRefIntergenicDistribution": 1.987115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 149,
          "maxRank": 9123.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 560213845,
            "mappedReadsCount": 519801354,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.979382,
          "sdRefIntergenicDistribution": 1.713924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 8928.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.395541,
          "sdRefIntergenicDistribution": 2.047352,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 431,
          "maxRank": 11228.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 237.909864,
          "sdRefIntergenicDistribution": 2.001811,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8116.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.302671,
          "sdRefIntergenicDistribution": 1.719801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 8961.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 378.314736,
          "sdRefIntergenicDistribution": 1.476447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7684.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.917694,
          "sdRefIntergenicDistribution": 2.238654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 467,
          "maxRank": 11312.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.812196,
          "sdRefIntergenicDistribution": 1.807112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9545.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.920982,
          "sdRefIntergenicDistribution": 2.024638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 203,
          "maxRank": 9911.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.729917,
          "sdRefIntergenicDistribution": 1.573450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8987.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.763312,
          "sdRefIntergenicDistribution": 1.676105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 8752.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.279915,
          "sdRefIntergenicDistribution": 1.984169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9221.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.127160,
          "sdRefIntergenicDistribution": 2.261574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 9363.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.670012,
          "sdRefIntergenicDistribution": 1.953164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8699.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.921009,
          "sdRefIntergenicDistribution": 1.730190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9154.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 143.019876,
          "sdRefIntergenicDistribution": 1.615752,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8090.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.244196,
          "sdRefIntergenicDistribution": 2.144590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 392,
          "maxRank": 10557.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.782046,
          "sdRefIntergenicDistribution": 1.804596,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9094.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.134620,
          "sdRefIntergenicDistribution": 1.849664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9102.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.597599,
          "sdRefIntergenicDistribution": 1.665369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 130,
          "maxRank": 9084.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.806228,
          "sdRefIntergenicDistribution": 1.694331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8749.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.197367,
          "sdRefIntergenicDistribution": 1.765638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9081.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.286201,
          "sdRefIntergenicDistribution": 1.673450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 8951.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.896161,
          "sdRefIntergenicDistribution": 1.293015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8431.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.755790,
          "sdRefIntergenicDistribution": 2.139174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 211,
          "maxRank": 9543.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.264866,
          "sdRefIntergenicDistribution": 1.855253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9367.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.625646,
          "sdRefIntergenicDistribution": 1.591766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8561.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.157613,
          "sdRefIntergenicDistribution": 1.827947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 197,
          "maxRank": 9484.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.972048,
          "sdRefIntergenicDistribution": 1.767825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9379.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.375139,
          "sdRefIntergenicDistribution": 1.867759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9079.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.119946,
          "sdRefIntergenicDistribution": 1.798733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8951.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.887792,
          "sdRefIntergenicDistribution": 1.718851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8486.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.683849,
          "sdRefIntergenicDistribution": 1.794058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8615.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 144.860898,
          "sdRefIntergenicDistribution": 1.249121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 48,
          "maxRank": 8121.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.412023,
          "sdRefIntergenicDistribution": 1.584103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8964.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.150963,
          "sdRefIntergenicDistribution": 1.783917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8787.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 183.456122,
          "sdRefIntergenicDistribution": 1.465788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 7934.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.617687,
          "sdRefIntergenicDistribution": 2.475297,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 401,
          "maxRank": 10617.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.919211,
          "sdRefIntergenicDistribution": 2.492774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 262,
          "maxRank": 10147.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.340023,
          "sdRefIntergenicDistribution": 3.270474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 741,
          "maxRank": 11502.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.983235,
          "sdRefIntergenicDistribution": 1.939484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 201,
          "maxRank": 9652.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 112.702123,
          "sdRefIntergenicDistribution": 1.612704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8379.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.809562,
          "sdRefIntergenicDistribution": 2.165600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 246,
          "maxRank": 10279.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.811468,
          "sdRefIntergenicDistribution": 1.689696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9584.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 121.540142,
          "sdRefIntergenicDistribution": 1.443831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8115.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.043435,
          "sdRefIntergenicDistribution": 2.085626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 300,
          "maxRank": 10433.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.728357,
          "sdRefIntergenicDistribution": 1.780879,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 154,
          "maxRank": 9374.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.415260,
          "sdRefIntergenicDistribution": 1.616583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8328.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.038736,
          "sdRefIntergenicDistribution": 1.947303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 228,
          "maxRank": 9866.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.460906,
          "sdRefIntergenicDistribution": 1.814786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 205,
          "maxRank": 9713.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 123.988133,
          "sdRefIntergenicDistribution": 1.526698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8308.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 415.302818,
          "sdRefIntergenicDistribution": 1.619555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 7735.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.414258,
          "sdRefIntergenicDistribution": 2.057379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 293,
          "maxRank": 10346.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 219.083081,
          "sdRefIntergenicDistribution": 1.748544,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 7985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.428810,
          "sdRefIntergenicDistribution": 1.786131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8693.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.949060,
          "sdRefIntergenicDistribution": 1.698853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8514.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.292971,
          "sdRefIntergenicDistribution": 2.240154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8458.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 218.785747,
          "sdRefIntergenicDistribution": 1.211967,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 39,
          "maxRank": 7894.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 246.858884,
          "sdRefIntergenicDistribution": 1.624359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 7885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.062385,
          "sdRefIntergenicDistribution": 1.601549,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8707.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.319219,
          "sdRefIntergenicDistribution": 1.437852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8123.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.092321,
          "sdRefIntergenicDistribution": 1.689008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9110.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.885343,
          "sdRefIntergenicDistribution": 1.825467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 112,
          "maxRank": 8851.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.946443,
          "sdRefIntergenicDistribution": 2.658779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 8908.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.016457,
          "sdRefIntergenicDistribution": 2.522064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8389.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 683.485959,
          "sdRefIntergenicDistribution": 1.951278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 26,
          "maxRank": 7668.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 610981114,
            "mappedReadsCount": 567315676,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.260107,
          "sdRefIntergenicDistribution": 2.124113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 471,
          "maxRank": 11364.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.975772,
          "sdRefIntergenicDistribution": 2.047905,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 76,
          "maxRank": 8490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.495751,
          "sdRefIntergenicDistribution": 1.570193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8637.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 798.985820,
          "sdRefIntergenicDistribution": 1.646319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19,
          "maxRank": 7496.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.897405,
          "sdRefIntergenicDistribution": 2.216244,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 451,
          "maxRank": 11291.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.487067,
          "sdRefIntergenicDistribution": 1.839618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9714.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.949161,
          "sdRefIntergenicDistribution": 2.303140,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 242,
          "maxRank": 10203.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.756087,
          "sdRefIntergenicDistribution": 1.567494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8836.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 144.179063,
          "sdRefIntergenicDistribution": 1.555699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8248.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.610352,
          "sdRefIntergenicDistribution": 1.821298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 8794.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.515441,
          "sdRefIntergenicDistribution": 2.235349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9369.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.316445,
          "sdRefIntergenicDistribution": 2.096036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9024.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.509302,
          "sdRefIntergenicDistribution": 1.656107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8487.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.745988,
          "sdRefIntergenicDistribution": 1.414214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8325.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.827677,
          "sdRefIntergenicDistribution": 2.261400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 370,
          "maxRank": 10534.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.889857,
          "sdRefIntergenicDistribution": 1.820625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 156,
          "maxRank": 9330.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.539908,
          "sdRefIntergenicDistribution": 2.061286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9325.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.701975,
          "sdRefIntergenicDistribution": 1.774212,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9112.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 136.564620,
          "sdRefIntergenicDistribution": 1.487543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8109.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.708131,
          "sdRefIntergenicDistribution": 1.735016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8787.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.787262,
          "sdRefIntergenicDistribution": 1.591897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 8960.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.578312,
          "sdRefIntergenicDistribution": 1.546349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8568.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.579767,
          "sdRefIntergenicDistribution": 2.214200,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 225,
          "maxRank": 9786.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.674473,
          "sdRefIntergenicDistribution": 1.791977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9199.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.016699,
          "sdRefIntergenicDistribution": 1.719472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8708.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.725969,
          "sdRefIntergenicDistribution": 1.897428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 209,
          "maxRank": 9764.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.385134,
          "sdRefIntergenicDistribution": 1.971169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 9749.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.227274,
          "sdRefIntergenicDistribution": 1.808989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.451624,
          "sdRefIntergenicDistribution": 1.917781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 176,
          "maxRank": 9527.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.746368,
          "sdRefIntergenicDistribution": 1.719331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 8758.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.589551,
          "sdRefIntergenicDistribution": 1.694783,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8605.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.605822,
          "sdRefIntergenicDistribution": 1.618548,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8339.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.577681,
          "sdRefIntergenicDistribution": 1.831425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9213.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.482757,
          "sdRefIntergenicDistribution": 1.798333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 8902.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.852488,
          "sdRefIntergenicDistribution": 1.828346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8397.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.684956,
          "sdRefIntergenicDistribution": 2.715672,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 229,
          "maxRank": 9654.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.118887,
          "sdRefIntergenicDistribution": 2.314229,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 229,
          "maxRank": 10055.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.177440,
          "sdRefIntergenicDistribution": 3.728108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 571,
          "maxRank": 11071.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.695848,
          "sdRefIntergenicDistribution": 1.979781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 212,
          "maxRank": 9799.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.009996,
          "sdRefIntergenicDistribution": 1.685164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.272285,
          "sdRefIntergenicDistribution": 1.834427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 193,
          "maxRank": 9975.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.075535,
          "sdRefIntergenicDistribution": 1.851974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 214,
          "maxRank": 9762.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.490239,
          "sdRefIntergenicDistribution": 1.843939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8347.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.875641,
          "sdRefIntergenicDistribution": 2.181301,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 343,
          "maxRank": 10707.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.437051,
          "sdRefIntergenicDistribution": 1.629570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9452.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.907186,
          "sdRefIntergenicDistribution": 1.547803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9046.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.401691,
          "sdRefIntergenicDistribution": 1.918304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 276,
          "maxRank": 10271.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.162700,
          "sdRefIntergenicDistribution": 1.905637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 224,
          "maxRank": 9868.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 170.091408,
          "sdRefIntergenicDistribution": 1.950225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8238.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.724355,
          "sdRefIntergenicDistribution": 2.528859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8594.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.379844,
          "sdRefIntergenicDistribution": 1.855701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 273,
          "maxRank": 10417.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 255.421205,
          "sdRefIntergenicDistribution": 1.838257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7917.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.479728,
          "sdRefIntergenicDistribution": 1.709718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8731.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.983293,
          "sdRefIntergenicDistribution": 1.822394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8476.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.705806,
          "sdRefIntergenicDistribution": 1.896811,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 8785.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 219.618433,
          "sdRefIntergenicDistribution": 2.393860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 7997.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 278.679714,
          "sdRefIntergenicDistribution": 1.564836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 318.615424,
          "sdRefIntergenicDistribution": 1.697435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 7822.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.654170,
          "sdRefIntergenicDistribution": 1.761862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8689.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.048784,
          "sdRefIntergenicDistribution": 1.451166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8524.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.283205,
          "sdRefIntergenicDistribution": 1.568296,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8770.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.170506,
          "sdRefIntergenicDistribution": 1.867540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8595.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.784829,
          "sdRefIntergenicDistribution": 2.438718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 8830.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.445907,
          "sdRefIntergenicDistribution": 2.607551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8244.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 228.220086,
          "sdRefIntergenicDistribution": 1.472714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 7899.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1502.260052,
          "sdRefIntergenicDistribution": 1.115166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16,
          "maxRank": 7324.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593857861,
            "mappedReadsCount": 551211422,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 607.776667,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7576.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.849826,
          "sdRefIntergenicDistribution": 1.795006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8552.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.669709,
          "sdRefIntergenicDistribution": 2.858004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 987,
          "maxRank": 13027.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.340143,
          "sdRefIntergenicDistribution": 2.887089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 857,
          "maxRank": 12762.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.412930,
          "sdRefIntergenicDistribution": 1.925258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8956.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.938936,
          "sdRefIntergenicDistribution": 1.850788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 9712.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.761507,
          "sdRefIntergenicDistribution": 1.764973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 9517.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 238.281746,
          "sdRefIntergenicDistribution": 1.484428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 7930.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.368648,
          "sdRefIntergenicDistribution": 1.960037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9588.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.525177,
          "sdRefIntergenicDistribution": 2.271073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 10033.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 233.321883,
          "sdRefIntergenicDistribution": 2.079259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8083.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.010581,
          "sdRefIntergenicDistribution": 1.918298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 10076.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.525761,
          "sdRefIntergenicDistribution": 2.482346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 10052.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.205752,
          "sdRefIntergenicDistribution": 1.851550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9799.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.083584,
          "sdRefIntergenicDistribution": 2.176601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 164,
          "maxRank": 9874.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.367275,
          "sdRefIntergenicDistribution": 2.014471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8273.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.398981,
          "sdRefIntergenicDistribution": 2.030949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 250,
          "maxRank": 10459.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2525.418527,
          "sdRefIntergenicDistribution": 3.013670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11,
          "maxRank": 7340.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3259.659578,
          "sdRefIntergenicDistribution": 4.575780,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19,
          "maxRank": 7354.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.922231,
          "sdRefIntergenicDistribution": 1.782965,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 9572.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 135.124635,
          "sdRefIntergenicDistribution": 1.754863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8415.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.418609,
          "sdRefIntergenicDistribution": 2.403801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 166,
          "maxRank": 9870.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.167195,
          "sdRefIntergenicDistribution": 1.723264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9132.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.035223,
          "sdRefIntergenicDistribution": 1.971167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 241,
          "maxRank": 9847.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 561327189,
            "mappedReadsCount": 517304989,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.290325,
          "sdRefIntergenicDistribution": 2.069253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 234,
          "maxRank": 10699.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 678.950733,
          "sdRefIntergenicDistribution": 1.391483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18,
          "maxRank": 7593.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.736309,
          "sdRefIntergenicDistribution": 2.977906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 977,
          "maxRank": 12986.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.657235,
          "sdRefIntergenicDistribution": 3.151641,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1110,
          "maxRank": 13036.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.784538,
          "sdRefIntergenicDistribution": 2.229862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8756.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.154525,
          "sdRefIntergenicDistribution": 1.903503,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 117,
          "maxRank": 9614.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.935415,
          "sdRefIntergenicDistribution": 1.956450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9465.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 170.919553,
          "sdRefIntergenicDistribution": 1.534671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8104.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.184035,
          "sdRefIntergenicDistribution": 1.881579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9208.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.496737,
          "sdRefIntergenicDistribution": 2.541634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9594.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 367.863904,
          "sdRefIntergenicDistribution": 2.545935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 7881.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.873527,
          "sdRefIntergenicDistribution": 2.211271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10659.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.101549,
          "sdRefIntergenicDistribution": 2.236925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 9356.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.885164,
          "sdRefIntergenicDistribution": 1.962635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9483.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.423039,
          "sdRefIntergenicDistribution": 2.236462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 184,
          "maxRank": 10045.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 136.604996,
          "sdRefIntergenicDistribution": 1.892269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8292.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.798635,
          "sdRefIntergenicDistribution": 2.212261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 321,
          "maxRank": 10950.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 343.207141,
          "sdRefIntergenicDistribution": 1.487846,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7854.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 230.809528,
          "sdRefIntergenicDistribution": 1.558478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 7809.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.535555,
          "sdRefIntergenicDistribution": 1.964484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9527.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 134.963153,
          "sdRefIntergenicDistribution": 2.178086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8485.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.648494,
          "sdRefIntergenicDistribution": 2.374570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 255,
          "maxRank": 10599.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.990320,
          "sdRefIntergenicDistribution": 1.931536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8959.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.319933,
          "sdRefIntergenicDistribution": 1.809810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 188,
          "maxRank": 9487.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 637732959,
            "mappedReadsCount": 585572502,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.007051,
          "sdRefIntergenicDistribution": 2.236690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 253,
          "maxRank": 10784.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 142.771002,
          "sdRefIntergenicDistribution": 1.665046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 41,
          "maxRank": 8311.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.851252,
          "sdRefIntergenicDistribution": 2.902869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 978,
          "maxRank": 12919.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.649821,
          "sdRefIntergenicDistribution": 3.077337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1120,
          "maxRank": 13075.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 179.320613,
          "sdRefIntergenicDistribution": 1.953646,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8319.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.139030,
          "sdRefIntergenicDistribution": 2.189106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9814.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.587779,
          "sdRefIntergenicDistribution": 1.851763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9631.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.865003,
          "sdRefIntergenicDistribution": 1.815625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8201.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.153610,
          "sdRefIntergenicDistribution": 1.936957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 112,
          "maxRank": 9204.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.004462,
          "sdRefIntergenicDistribution": 2.455652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9579.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 176.548283,
          "sdRefIntergenicDistribution": 1.565293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 51,
          "maxRank": 8168.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.196768,
          "sdRefIntergenicDistribution": 2.164730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 287,
          "maxRank": 10795.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.054597,
          "sdRefIntergenicDistribution": 2.425483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9768.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.336246,
          "sdRefIntergenicDistribution": 1.861750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9498.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.845377,
          "sdRefIntergenicDistribution": 2.121311,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9863.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.293688,
          "sdRefIntergenicDistribution": 1.864047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8411.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.592631,
          "sdRefIntergenicDistribution": 2.038608,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 263,
          "maxRank": 10485.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.186629,
          "sdRefIntergenicDistribution": 1.745431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9497.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.858478,
          "sdRefIntergenicDistribution": 1.991015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8725.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.755293,
          "sdRefIntergenicDistribution": 2.328363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 10390.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.128386,
          "sdRefIntergenicDistribution": 1.946224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8974.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.918125,
          "sdRefIntergenicDistribution": 1.836301,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9497.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585046621,
            "mappedReadsCount": 536222408,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.027603,
          "sdRefIntergenicDistribution": 2.199795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 226,
          "maxRank": 10446.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 157.815472,
          "sdRefIntergenicDistribution": 1.546184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 8491.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.899970,
          "sdRefIntergenicDistribution": 2.860431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 910,
          "maxRank": 12845.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.669741,
          "sdRefIntergenicDistribution": 3.134937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1100,
          "maxRank": 13061.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 183.248186,
          "sdRefIntergenicDistribution": 2.108684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8328.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.862170,
          "sdRefIntergenicDistribution": 1.988855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 9478.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.875398,
          "sdRefIntergenicDistribution": 1.801032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 9406.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.305999,
          "sdRefIntergenicDistribution": 1.639328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8174.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.089417,
          "sdRefIntergenicDistribution": 1.798418,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 9291.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.324660,
          "sdRefIntergenicDistribution": 2.083935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9409.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.645705,
          "sdRefIntergenicDistribution": 1.925692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8645.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.161653,
          "sdRefIntergenicDistribution": 2.296420,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 284,
          "maxRank": 10718.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.846419,
          "sdRefIntergenicDistribution": 1.978768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 9203.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.697341,
          "sdRefIntergenicDistribution": 1.772258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9421.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.947668,
          "sdRefIntergenicDistribution": 2.197498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9975.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.957894,
          "sdRefIntergenicDistribution": 1.956766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 8885.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.474203,
          "sdRefIntergenicDistribution": 2.088103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 227,
          "maxRank": 10031.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 878.326778,
          "sdRefIntergenicDistribution": 2.287613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7537.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1839.029340,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16,
          "maxRank": 7316.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.093825,
          "sdRefIntergenicDistribution": 1.845251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9377.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.114638,
          "sdRefIntergenicDistribution": 1.808581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8657.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.883326,
          "sdRefIntergenicDistribution": 2.431442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 204,
          "maxRank": 10124.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.373631,
          "sdRefIntergenicDistribution": 1.754718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8714.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.923378,
          "sdRefIntergenicDistribution": 1.863529,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 221,
          "maxRank": 9954.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 500782298,
            "mappedReadsCount": 457066257,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.983151,
          "sdRefIntergenicDistribution": 2.258236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 228,
          "maxRank": 10444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.818888,
          "sdRefIntergenicDistribution": 2.286592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 9144.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.026138,
          "sdRefIntergenicDistribution": 2.819042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 819,
          "maxRank": 12871.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.097349,
          "sdRefIntergenicDistribution": 2.983511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 942,
          "maxRank": 12720.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.814742,
          "sdRefIntergenicDistribution": 2.641604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 173,
          "maxRank": 9976.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.122056,
          "sdRefIntergenicDistribution": 2.762760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 736,
          "maxRank": 12447.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.140858,
          "sdRefIntergenicDistribution": 2.493211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 442,
          "maxRank": 11112.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.754479,
          "sdRefIntergenicDistribution": 1.732068,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9486.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.474933,
          "sdRefIntergenicDistribution": 2.222331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9591.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.134336,
          "sdRefIntergenicDistribution": 1.799250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9236.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.629068,
          "sdRefIntergenicDistribution": 2.924298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 860,
          "maxRank": 12425.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.838915,
          "sdRefIntergenicDistribution": 2.096975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 569,
          "maxRank": 11775.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 205.591871,
          "sdRefIntergenicDistribution": 1.326376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7884.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.020795,
          "sdRefIntergenicDistribution": 2.137206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 270,
          "maxRank": 10601.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.529550,
          "sdRefIntergenicDistribution": 2.231168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9324.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 294.274228,
          "sdRefIntergenicDistribution": 1.794903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7725.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.155855,
          "sdRefIntergenicDistribution": 2.041286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9363.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.503307,
          "sdRefIntergenicDistribution": 1.982687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 11129.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.630308,
          "sdRefIntergenicDistribution": 1.949963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 9019.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.580280,
          "sdRefIntergenicDistribution": 2.043958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9616.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.105806,
          "sdRefIntergenicDistribution": 2.183533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9217.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.406038,
          "sdRefIntergenicDistribution": 2.310517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9077.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.624959,
          "sdRefIntergenicDistribution": 1.849464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 9071.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.633891,
          "sdRefIntergenicDistribution": 2.031046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9495.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1231876938,
            "mappedReadsCount": 1163429193,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.340425,
          "sdRefIntergenicDistribution": 1.933520,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 9411.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.094259,
          "sdRefIntergenicDistribution": 2.499616,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 648,
          "maxRank": 12440.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.317422,
          "sdRefIntergenicDistribution": 2.947507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 883,
          "maxRank": 12734.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.869345,
          "sdRefIntergenicDistribution": 2.438887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 278,
          "maxRank": 10642.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.543731,
          "sdRefIntergenicDistribution": 2.291514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 343,
          "maxRank": 10735.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.013009,
          "sdRefIntergenicDistribution": 3.632679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2301,
          "maxRank": 13448.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 309.796273,
          "sdRefIntergenicDistribution": 1.811299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7818.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.228054,
          "sdRefIntergenicDistribution": 1.722978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8966.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.758823,
          "sdRefIntergenicDistribution": 2.013855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9178.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.920817,
          "sdRefIntergenicDistribution": 2.904682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 713,
          "maxRank": 11696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.259404,
          "sdRefIntergenicDistribution": 2.700928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 685,
          "maxRank": 12341.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.426831,
          "sdRefIntergenicDistribution": 2.042145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9910.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.267501,
          "sdRefIntergenicDistribution": 2.161475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10925.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.710766,
          "sdRefIntergenicDistribution": 1.908250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9186.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.578496,
          "sdRefIntergenicDistribution": 1.957054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8101.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.602609,
          "sdRefIntergenicDistribution": 1.936058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9811.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 760.150852,
          "sdRefIntergenicDistribution": 1.287646,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 24,
          "maxRank": 7471.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.027772,
          "sdRefIntergenicDistribution": 2.242856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9705.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.457262,
          "sdRefIntergenicDistribution": 1.802168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8600.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.820491,
          "sdRefIntergenicDistribution": 2.247324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9533.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.062548,
          "sdRefIntergenicDistribution": 1.534703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8237.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.394644,
          "sdRefIntergenicDistribution": 1.944867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 235,
          "maxRank": 9724.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 499081370,
            "mappedReadsCount": 458164065,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.650756,
          "sdRefIntergenicDistribution": 2.123129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 149,
          "maxRank": 9869.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "spermatocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.129116,
          "sdRefIntergenicDistribution": 1.654557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 9343.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.675831,
          "sdRefIntergenicDistribution": 2.637617,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 724,
          "maxRank": 12674.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.901553,
          "sdRefIntergenicDistribution": 3.047892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1051,
          "maxRank": 13002.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.061768,
          "sdRefIntergenicDistribution": 2.458844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 247,
          "maxRank": 10519.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.921653,
          "sdRefIntergenicDistribution": 2.240793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 306,
          "maxRank": 10527.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.038842,
          "sdRefIntergenicDistribution": 3.539604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2027,
          "maxRank": 13328.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.144815,
          "sdRefIntergenicDistribution": 1.515121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8385.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.240306,
          "sdRefIntergenicDistribution": 2.191696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9669.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.243768,
          "sdRefIntergenicDistribution": 2.957274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 776,
          "maxRank": 11990.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.323509,
          "sdRefIntergenicDistribution": 2.763840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 658,
          "maxRank": 12235.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.689379,
          "sdRefIntergenicDistribution": 2.447010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9828.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.490303,
          "sdRefIntergenicDistribution": 2.319954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 348,
          "maxRank": 11174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 179.361652,
          "sdRefIntergenicDistribution": 1.799082,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8099.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 301.037925,
          "sdRefIntergenicDistribution": 1.548140,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7868.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.345984,
          "sdRefIntergenicDistribution": 2.031199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9809.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 492.497621,
          "sdRefIntergenicDistribution": 1.932727,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 30,
          "maxRank": 7665.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.986008,
          "sdRefIntergenicDistribution": 2.131843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 180,
          "maxRank": 10009.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.725988,
          "sdRefIntergenicDistribution": 2.252855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9469.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.075966,
          "sdRefIntergenicDistribution": 1.730338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 8256.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.315980,
          "sdRefIntergenicDistribution": 1.931160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 233,
          "maxRank": 9703.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 629002341,
            "mappedReadsCount": 574218264,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.517210,
          "sdRefIntergenicDistribution": 2.001221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 10030.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.467082,
          "sdRefIntergenicDistribution": 2.816617,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1085,
          "maxRank": 12632.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.099250,
          "sdRefIntergenicDistribution": 3.465054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1356,
          "maxRank": 12783.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.401762,
          "sdRefIntergenicDistribution": 1.906456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 9519.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.640662,
          "sdRefIntergenicDistribution": 2.782027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 950,
          "maxRank": 12424.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.198042,
          "sdRefIntergenicDistribution": 1.936215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 257,
          "maxRank": 10932.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 231.659568,
          "sdRefIntergenicDistribution": 1.282153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7879.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.310029,
          "sdRefIntergenicDistribution": 1.686938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 9370.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.484425,
          "sdRefIntergenicDistribution": 2.153134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 212,
          "maxRank": 10406.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.239194,
          "sdRefIntergenicDistribution": 1.711509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 9424.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.409553,
          "sdRefIntergenicDistribution": 2.360925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 436,
          "maxRank": 11310.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.840431,
          "sdRefIntergenicDistribution": 2.163106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 595,
          "maxRank": 11431.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1554.190708,
          "sdRefIntergenicDistribution": 1.461776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 14,
          "maxRank": 7328.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.535910,
          "sdRefIntergenicDistribution": 1.883658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 286,
          "maxRank": 10788.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.672792,
          "sdRefIntergenicDistribution": 1.798734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9781.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.249443,
          "sdRefIntergenicDistribution": 1.934369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9730.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.327123,
          "sdRefIntergenicDistribution": 2.116878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 381,
          "maxRank": 11303.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.590107,
          "sdRefIntergenicDistribution": 1.893017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9565.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.794525,
          "sdRefIntergenicDistribution": 1.760151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9798.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.921781,
          "sdRefIntergenicDistribution": 1.703372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 9271.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.278527,
          "sdRefIntergenicDistribution": 2.164927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 283,
          "maxRank": 10871.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.092169,
          "sdRefIntergenicDistribution": 1.874930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9414.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.089348,
          "sdRefIntergenicDistribution": 1.971603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 354,
          "maxRank": 10757.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 862458508,
            "mappedReadsCount": 799861367,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.751998,
          "sdRefIntergenicDistribution": 1.973536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 213,
          "maxRank": 10515.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.672660,
          "sdRefIntergenicDistribution": 2.791347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 995,
          "maxRank": 12565.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.097025,
          "sdRefIntergenicDistribution": 3.559434,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1362,
          "maxRank": 12781.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.195728,
          "sdRefIntergenicDistribution": 1.916797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9470.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.662058,
          "sdRefIntergenicDistribution": 2.856425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 984,
          "maxRank": 12452.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.277099,
          "sdRefIntergenicDistribution": 1.892641,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 230,
          "maxRank": 10873.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 341.600035,
          "sdRefIntergenicDistribution": 1.500401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7816.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.296517,
          "sdRefIntergenicDistribution": 1.627719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 9314.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.659212,
          "sdRefIntergenicDistribution": 2.190275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 10105.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.754842,
          "sdRefIntergenicDistribution": 1.838276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9730.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.452614,
          "sdRefIntergenicDistribution": 2.415339,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 438,
          "maxRank": 11318.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.962248,
          "sdRefIntergenicDistribution": 2.099889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 598,
          "maxRank": 11421.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.216543,
          "sdRefIntergenicDistribution": 2.010271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 243,
          "maxRank": 10476.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.091766,
          "sdRefIntergenicDistribution": 1.862163,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9499.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.830102,
          "sdRefIntergenicDistribution": 1.749006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9461.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.901903,
          "sdRefIntergenicDistribution": 2.125748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 400,
          "maxRank": 11317.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.535735,
          "sdRefIntergenicDistribution": 1.740034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 9044.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.747099,
          "sdRefIntergenicDistribution": 1.587777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9377.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.859480,
          "sdRefIntergenicDistribution": 1.549195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8801.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.351631,
          "sdRefIntergenicDistribution": 2.012286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 227,
          "maxRank": 10568.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.201491,
          "sdRefIntergenicDistribution": 1.795239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8804.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.693552,
          "sdRefIntergenicDistribution": 2.042443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 305,
          "maxRank": 10505.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.108409,
          "sdRefIntergenicDistribution": 2.065975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 238,
          "maxRank": 10582.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 830218045,
            "mappedReadsCount": 771006985,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.329572,
          "sdRefIntergenicDistribution": 1.953169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9203.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.469769,
          "sdRefIntergenicDistribution": 2.862252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1085,
          "maxRank": 12650.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.882186,
          "sdRefIntergenicDistribution": 3.572848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1813,
          "maxRank": 13055.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.099920,
          "sdRefIntergenicDistribution": 2.158096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9874.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.135717,
          "sdRefIntergenicDistribution": 2.741909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 796,
          "maxRank": 12243.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.193081,
          "sdRefIntergenicDistribution": 1.941550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 242,
          "maxRank": 10869.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 269.010193,
          "sdRefIntergenicDistribution": 1.156176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7810.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.170688,
          "sdRefIntergenicDistribution": 1.929661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9845.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.555338,
          "sdRefIntergenicDistribution": 2.201554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9758.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.814765,
          "sdRefIntergenicDistribution": 1.686235,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 9554.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.111705,
          "sdRefIntergenicDistribution": 2.338126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 516,
          "maxRank": 11622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.471579,
          "sdRefIntergenicDistribution": 2.161313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 443,
          "maxRank": 11285.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.156061,
          "sdRefIntergenicDistribution": 1.917487,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 209,
          "maxRank": 10422.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.594035,
          "sdRefIntergenicDistribution": 1.884750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 181,
          "maxRank": 10104.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.606674,
          "sdRefIntergenicDistribution": 1.729003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8800.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.613082,
          "sdRefIntergenicDistribution": 2.052096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 296,
          "maxRank": 10884.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.560191,
          "sdRefIntergenicDistribution": 1.718237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9555.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.475574,
          "sdRefIntergenicDistribution": 1.764148,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9745.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.219810,
          "sdRefIntergenicDistribution": 1.728858,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8522.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.831961,
          "sdRefIntergenicDistribution": 2.362849,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 426,
          "maxRank": 11429.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.224886,
          "sdRefIntergenicDistribution": 1.838877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9269.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.827658,
          "sdRefIntergenicDistribution": 1.918318,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 10064.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.118514,
          "sdRefIntergenicDistribution": 1.986351,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 225,
          "maxRank": 10605.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 800170736,
            "mappedReadsCount": 741114820,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.011368,
          "sdRefIntergenicDistribution": 1.468410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8751.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.141208,
          "sdRefIntergenicDistribution": 2.543200,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 825,
          "maxRank": 12307.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.961856,
          "sdRefIntergenicDistribution": 3.498007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1645,
          "maxRank": 12958.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.808670,
          "sdRefIntergenicDistribution": 1.895274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 9650.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.933488,
          "sdRefIntergenicDistribution": 2.749347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 858,
          "maxRank": 12308.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.927602,
          "sdRefIntergenicDistribution": 1.883063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 269,
          "maxRank": 10904.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 406.343017,
          "sdRefIntergenicDistribution": 1.259921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 22,
          "maxRank": 7698.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.661937,
          "sdRefIntergenicDistribution": 2.019257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 9067.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.688122,
          "sdRefIntergenicDistribution": 1.985731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 155,
          "maxRank": 9847.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.281821,
          "sdRefIntergenicDistribution": 1.696038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9159.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.211512,
          "sdRefIntergenicDistribution": 2.331058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 478,
          "maxRank": 11523.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.420662,
          "sdRefIntergenicDistribution": 2.108242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 478,
          "maxRank": 11121.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.942498,
          "sdRefIntergenicDistribution": 1.796251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 201,
          "maxRank": 10268.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.265882,
          "sdRefIntergenicDistribution": 1.906512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9509.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.818115,
          "sdRefIntergenicDistribution": 1.589209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8946.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.776667,
          "sdRefIntergenicDistribution": 2.086829,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 345,
          "maxRank": 11059.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.296885,
          "sdRefIntergenicDistribution": 1.826423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 9632.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.055208,
          "sdRefIntergenicDistribution": 1.674940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9511.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.609809,
          "sdRefIntergenicDistribution": 1.824565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8790.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.513312,
          "sdRefIntergenicDistribution": 2.190819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 302,
          "maxRank": 11013.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.418010,
          "sdRefIntergenicDistribution": 1.804604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9524.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.467407,
          "sdRefIntergenicDistribution": 2.016696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 324,
          "maxRank": 10695.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.840194,
          "sdRefIntergenicDistribution": 1.855300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 10013.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 718020353,
            "mappedReadsCount": 667052387,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 167.866833,
          "sdRefIntergenicDistribution": 1.654126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8305.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.832144,
          "sdRefIntergenicDistribution": 2.489525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 881,
          "maxRank": 12407.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.095504,
          "sdRefIntergenicDistribution": 3.076255,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1364,
          "maxRank": 12797.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.616588,
          "sdRefIntergenicDistribution": 2.431321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 337,
          "maxRank": 11042.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.814952,
          "sdRefIntergenicDistribution": 3.220362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1893,
          "maxRank": 13005.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.318136,
          "sdRefIntergenicDistribution": 3.164167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1241,
          "maxRank": 12368.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001252",
              "name": "surface associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "CNS surface associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 297.913591,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7790.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.478761,
          "sdRefIntergenicDistribution": 1.577902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 9537.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.041271,
          "sdRefIntergenicDistribution": 1.767287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 171,
          "maxRank": 9724.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.807716,
          "sdRefIntergenicDistribution": 2.505403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 708,
          "maxRank": 11740.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.538081,
          "sdRefIntergenicDistribution": 2.809647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 954,
          "maxRank": 12338.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.291873,
          "sdRefIntergenicDistribution": 2.713511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 961,
          "maxRank": 11926.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.790182,
          "sdRefIntergenicDistribution": 1.841124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8960.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.193490,
          "sdRefIntergenicDistribution": 2.211472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 478,
          "maxRank": 11672.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.169959,
          "sdRefIntergenicDistribution": 1.686447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 188,
          "maxRank": 10277.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.693561,
          "sdRefIntergenicDistribution": 1.883878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 9392.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.985437,
          "sdRefIntergenicDistribution": 1.965141,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 273,
          "maxRank": 10656.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.403389,
          "sdRefIntergenicDistribution": 1.869900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 10439.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.256411,
          "sdRefIntergenicDistribution": 1.714426,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 9413.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.228137,
          "sdRefIntergenicDistribution": 2.009764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 9164.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.280056,
          "sdRefIntergenicDistribution": 1.997289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 9537.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.613485,
          "sdRefIntergenicDistribution": 1.674823,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9439.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 909254900,
            "mappedReadsCount": 848848687,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.687804,
          "sdRefIntergenicDistribution": 1.708741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9999.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.218983,
          "sdRefIntergenicDistribution": 2.359705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 715,
          "maxRank": 12173.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.042413,
          "sdRefIntergenicDistribution": 3.431221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1478,
          "maxRank": 12919.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.347907,
          "sdRefIntergenicDistribution": 2.543755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 399,
          "maxRank": 11334.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000477",
              "name": "ovarian follicle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.852128,
          "sdRefIntergenicDistribution": 3.330823,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1879,
          "maxRank": 13046.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.768825,
          "sdRefIntergenicDistribution": 3.736780,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2051,
          "maxRank": 12998.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.077732,
          "sdRefIntergenicDistribution": 1.680557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 9718.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00001297",
              "name": "cortex associated CNS glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.886650,
          "sdRefIntergenicDistribution": 2.082776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 265,
          "maxRank": 10776.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.351988,
          "sdRefIntergenicDistribution": 2.941943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1278,
          "maxRank": 12492.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.213655,
          "sdRefIntergenicDistribution": 3.019669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1146,
          "maxRank": 12578.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004860",
              "name": "germline cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "germline cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.040364,
          "sdRefIntergenicDistribution": 2.831406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1815,
          "maxRank": 12262.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.933455,
          "sdRefIntergenicDistribution": 1.954693,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 9049.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.584079,
          "sdRefIntergenicDistribution": 2.409134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 693,
          "maxRank": 12089.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.255766,
          "sdRefIntergenicDistribution": 1.924209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 180,
          "maxRank": 10247.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005209",
              "name": "multidendritic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "multidendritic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.206960,
          "sdRefIntergenicDistribution": 2.020455,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9280.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00005222",
              "name": "scolopidial neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "scolopidial neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.752888,
          "sdRefIntergenicDistribution": 1.996044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 10474.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.086519,
          "sdRefIntergenicDistribution": 1.914264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 245,
          "maxRank": 10603.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00007254",
              "name": "eo support cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eo support cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.561133,
          "sdRefIntergenicDistribution": 2.072953,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 290,
          "maxRank": 10744.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047149",
              "name": "adult enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.334763,
          "sdRefIntergenicDistribution": 2.059575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9757.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047767",
              "name": "leg taste bristle chemosensory neuron"
            },
            "cellTypeAuthorAnnotation": "leg taste bristle chemosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.834910,
          "sdRefIntergenicDistribution": 2.080452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9932.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.555891,
          "sdRefIntergenicDistribution": 1.626857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8956.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00049568",
              "name": "leg muscle motor neuron"
            },
            "cellTypeAuthorAnnotation": "leg muscle motor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.680279,
          "sdRefIntergenicDistribution": 1.930668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 364,
          "maxRank": 10769.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 977239441,
            "mappedReadsCount": 906549574,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0009953",
              "name": "post-embryonic organism"
            },
            "anatEntityAuthorAnnotation": "body",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.362652,
          "sdRefIntergenicDistribution": 1.929680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 220,
          "maxRank": 10466.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.161814,
          "sdRefIntergenicDistribution": 4.016612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1736,
          "maxRank": 12575.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.273178,
          "sdRefIntergenicDistribution": 2.383116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 321,
          "maxRank": 10641.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.277372,
          "sdRefIntergenicDistribution": 2.115295,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 185,
          "maxRank": 9827.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00004186",
              "name": "neuron of aristal sensillum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "sacculus/arista neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.931981,
          "sdRefIntergenicDistribution": 2.854440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 670,
          "maxRank": 11369.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00007352",
              "name": "antennal olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.100274,
          "sdRefIntergenicDistribution": 3.754610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1455,
          "maxRank": 12240.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00047054",
              "name": "adult olfactory receptor neuron Ir75d"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir75d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.526999,
          "sdRefIntergenicDistribution": 2.774459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 648,
          "maxRank": 11402.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049977",
              "name": "antennal olfactory receptor neuron of basiconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.232289,
          "sdRefIntergenicDistribution": 3.215279,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 691,
          "maxRank": 11418.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049980",
              "name": "antennal olfactory receptor neuron of coeloconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.224674,
          "sdRefIntergenicDistribution": 2.912303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 431,
          "maxRank": 11084.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067011",
              "name": "adult olfactory receptor neuron Or65 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or65",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.335633,
          "sdRefIntergenicDistribution": 2.588964,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 366,
          "maxRank": 10679.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067016",
              "name": "adult olfactory receptor neuron Or13a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or13a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.565136,
          "sdRefIntergenicDistribution": 2.232890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 247,
          "maxRank": 9802.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067031",
              "name": "adult olfactory receptor neuron Or67d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or67d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.688145,
          "sdRefIntergenicDistribution": 3.278769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 707,
          "maxRank": 11442.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067056",
              "name": "adult olfactory receptor neuron Or47b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or47b",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.883591,
          "sdRefIntergenicDistribution": 3.282275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 555,
          "maxRank": 11137.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067057",
              "name": "adult olfactory receptor neuron Or88a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or88a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.138661,
          "sdRefIntergenicDistribution": 2.969203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 458,
          "maxRank": 11001.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067059",
              "name": "adult olfactory receptor neuron Or92a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or92a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.192920,
          "sdRefIntergenicDistribution": 2.719476,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 441,
          "maxRank": 10836.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.578849,
          "sdRefIntergenicDistribution": 2.773218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 639,
          "maxRank": 11251.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.703978,
          "sdRefIntergenicDistribution": 3.658006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1733,
          "maxRank": 12450.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 1858839633,
            "mappedReadsCount": 1699044733,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult antenna glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "mixed",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.656799,
          "sdRefIntergenicDistribution": 2.988442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 846,
          "maxRank": 11793.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.136944,
          "sdRefIntergenicDistribution": 2.065715,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 477,
          "maxRank": 11417.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.519508,
          "sdRefIntergenicDistribution": 2.343393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9944.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.693849,
          "sdRefIntergenicDistribution": 2.266573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 209,
          "maxRank": 10026.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.503620,
          "sdRefIntergenicDistribution": 2.308816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 547,
          "maxRank": 11541.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.864426,
          "sdRefIntergenicDistribution": 1.905890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 10177.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.125126,
          "sdRefIntergenicDistribution": 2.152937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 506,
          "maxRank": 11300.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.507579,
          "sdRefIntergenicDistribution": 1.859155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 189,
          "maxRank": 10020.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.872531,
          "sdRefIntergenicDistribution": 1.712651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8566.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.430249,
          "sdRefIntergenicDistribution": 2.187166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 296,
          "maxRank": 10155.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.834385,
          "sdRefIntergenicDistribution": 2.540854,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 405,
          "maxRank": 10631.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.507520,
          "sdRefIntergenicDistribution": 2.232324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 246,
          "maxRank": 10014.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.834450,
          "sdRefIntergenicDistribution": 1.726876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9315.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.127388,
          "sdRefIntergenicDistribution": 2.030635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9366.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.436653,
          "sdRefIntergenicDistribution": 2.360419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 428,
          "maxRank": 10913.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.678203,
          "sdRefIntergenicDistribution": 1.791572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9252.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.996601,
          "sdRefIntergenicDistribution": 1.834486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9293.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.795116,
          "sdRefIntergenicDistribution": 1.715375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9426.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.188082,
          "sdRefIntergenicDistribution": 1.714537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8496.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.116527,
          "sdRefIntergenicDistribution": 1.722469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9341.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.852491,
          "sdRefIntergenicDistribution": 1.883294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 155,
          "maxRank": 9311.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.762908,
          "sdRefIntergenicDistribution": 1.515679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8822.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.332744,
          "sdRefIntergenicDistribution": 2.343592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 268,
          "maxRank": 10123.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.248423,
          "sdRefIntergenicDistribution": 1.588507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9513.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.185979,
          "sdRefIntergenicDistribution": 1.359278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8710.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.526450,
          "sdRefIntergenicDistribution": 2.025996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 242,
          "maxRank": 10016.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.673231,
          "sdRefIntergenicDistribution": 1.874806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 176,
          "maxRank": 9544.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.339623,
          "sdRefIntergenicDistribution": 1.831215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9207.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.220577,
          "sdRefIntergenicDistribution": 1.674601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 154,
          "maxRank": 9425.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.716962,
          "sdRefIntergenicDistribution": 1.251809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8374.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.795959,
          "sdRefIntergenicDistribution": 1.570973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8364.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 300.894297,
          "sdRefIntergenicDistribution": 1.448463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 7865.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.196441,
          "sdRefIntergenicDistribution": 1.945821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 9130.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.478828,
          "sdRefIntergenicDistribution": 1.676670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9151.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.367414,
          "sdRefIntergenicDistribution": 1.880391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8276.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.253804,
          "sdRefIntergenicDistribution": 3.342763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9344.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.138394,
          "sdRefIntergenicDistribution": 2.837530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 564,
          "maxRank": 11181.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.784665,
          "sdRefIntergenicDistribution": 2.649872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 291,
          "maxRank": 10548.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.655758,
          "sdRefIntergenicDistribution": 3.341654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1163,
          "maxRank": 12024.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 158.627852,
          "sdRefIntergenicDistribution": 2.520501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8217.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.604471,
          "sdRefIntergenicDistribution": 2.197220,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 272,
          "maxRank": 10329.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.065877,
          "sdRefIntergenicDistribution": 1.663199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9034.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.477038,
          "sdRefIntergenicDistribution": 2.139625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 359,
          "maxRank": 10860.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.187939,
          "sdRefIntergenicDistribution": 1.766785,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 222,
          "maxRank": 9995.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.350862,
          "sdRefIntergenicDistribution": 1.593154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8377.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.203204,
          "sdRefIntergenicDistribution": 2.139440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 329,
          "maxRank": 10644.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.542759,
          "sdRefIntergenicDistribution": 1.813986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 156,
          "maxRank": 9490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.251295,
          "sdRefIntergenicDistribution": 1.869776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9382.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.853537,
          "sdRefIntergenicDistribution": 1.863571,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10341.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.127039,
          "sdRefIntergenicDistribution": 1.771466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 230,
          "maxRank": 9947.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.572167,
          "sdRefIntergenicDistribution": 1.615286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8452.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 250.680670,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7895.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 146.328464,
          "sdRefIntergenicDistribution": 1.765650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8223.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.633800,
          "sdRefIntergenicDistribution": 2.163884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 332,
          "maxRank": 10745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.998821,
          "sdRefIntergenicDistribution": 2.123174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9257.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.181557,
          "sdRefIntergenicDistribution": 1.695822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 8824.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.759364,
          "sdRefIntergenicDistribution": 1.583868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8571.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.728511,
          "sdRefIntergenicDistribution": 1.615263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8750.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.597028,
          "sdRefIntergenicDistribution": 2.247105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 149,
          "maxRank": 9094.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 211.397766,
          "sdRefIntergenicDistribution": 1.515806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8014.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 124.722009,
          "sdRefIntergenicDistribution": 1.598131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8234.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.479276,
          "sdRefIntergenicDistribution": 1.455695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8763.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.060363,
          "sdRefIntergenicDistribution": 1.553905,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8514.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.704681,
          "sdRefIntergenicDistribution": 2.185184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9860.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.695867,
          "sdRefIntergenicDistribution": 1.540394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9259.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.919361,
          "sdRefIntergenicDistribution": 2.097187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9066.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 706525518,
            "mappedReadsCount": 661398107,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 362.016450,
          "sdRefIntergenicDistribution": 1.991418,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 7821.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.183248,
          "sdRefIntergenicDistribution": 2.080380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 457,
          "maxRank": 11397.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.198786,
          "sdRefIntergenicDistribution": 2.170169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9387.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.645481,
          "sdRefIntergenicDistribution": 1.973718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 10082.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.571873,
          "sdRefIntergenicDistribution": 2.376753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 513,
          "maxRank": 11520.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.097682,
          "sdRefIntergenicDistribution": 1.908484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 186,
          "maxRank": 10103.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.275032,
          "sdRefIntergenicDistribution": 2.152745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 418,
          "maxRank": 11000.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.555251,
          "sdRefIntergenicDistribution": 1.578393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 9499.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.672207,
          "sdRefIntergenicDistribution": 1.577007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8393.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.915155,
          "sdRefIntergenicDistribution": 2.121084,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 224,
          "maxRank": 9741.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.411493,
          "sdRefIntergenicDistribution": 2.320756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 308,
          "maxRank": 10175.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.552054,
          "sdRefIntergenicDistribution": 2.247030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 305,
          "maxRank": 10368.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.870172,
          "sdRefIntergenicDistribution": 1.895168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 191,
          "maxRank": 9629.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.853267,
          "sdRefIntergenicDistribution": 1.986561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9179.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.042162,
          "sdRefIntergenicDistribution": 2.343671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 526,
          "maxRank": 11196.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.585129,
          "sdRefIntergenicDistribution": 1.651270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 9258.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.689547,
          "sdRefIntergenicDistribution": 1.742872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 160,
          "maxRank": 9612.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.560430,
          "sdRefIntergenicDistribution": 1.695699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9366.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.226680,
          "sdRefIntergenicDistribution": 1.480177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8357.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.370247,
          "sdRefIntergenicDistribution": 1.885787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9086.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.230579,
          "sdRefIntergenicDistribution": 1.669742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 9365.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.766104,
          "sdRefIntergenicDistribution": 1.491129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8876.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.522947,
          "sdRefIntergenicDistribution": 2.366875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 264,
          "maxRank": 10091.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.595367,
          "sdRefIntergenicDistribution": 1.689442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9436.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.175714,
          "sdRefIntergenicDistribution": 1.560310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8701.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.554252,
          "sdRefIntergenicDistribution": 2.044888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 242,
          "maxRank": 10147.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.368062,
          "sdRefIntergenicDistribution": 1.613590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9619.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.403060,
          "sdRefIntergenicDistribution": 1.771647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9503.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.523706,
          "sdRefIntergenicDistribution": 2.023589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 187,
          "maxRank": 9683.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.742074,
          "sdRefIntergenicDistribution": 1.419714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8776.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.128703,
          "sdRefIntergenicDistribution": 1.627005,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8688.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.107062,
          "sdRefIntergenicDistribution": 1.716431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8436.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.452601,
          "sdRefIntergenicDistribution": 1.623464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9195.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.794097,
          "sdRefIntergenicDistribution": 1.758231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8977.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 151.110010,
          "sdRefIntergenicDistribution": 1.523216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8150.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.457576,
          "sdRefIntergenicDistribution": 3.160436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 203,
          "maxRank": 9450.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.841245,
          "sdRefIntergenicDistribution": 2.943324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 386,
          "maxRank": 10827.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.657049,
          "sdRefIntergenicDistribution": 2.588962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 327,
          "maxRank": 10653.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.077767,
          "sdRefIntergenicDistribution": 3.535280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 687,
          "maxRank": 11469.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 209.564799,
          "sdRefIntergenicDistribution": 1.563526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 7864.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.662127,
          "sdRefIntergenicDistribution": 2.043876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 229,
          "maxRank": 10018.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.544027,
          "sdRefIntergenicDistribution": 1.894067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8915.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.039603,
          "sdRefIntergenicDistribution": 2.168531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 409,
          "maxRank": 11001.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.715790,
          "sdRefIntergenicDistribution": 1.882706,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 294,
          "maxRank": 10500.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 153.285983,
          "sdRefIntergenicDistribution": 1.471060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8113.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.266173,
          "sdRefIntergenicDistribution": 2.107657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 331,
          "maxRank": 10676.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.556733,
          "sdRefIntergenicDistribution": 1.777807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 183,
          "maxRank": 9816.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.136325,
          "sdRefIntergenicDistribution": 1.967643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9645.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.680852,
          "sdRefIntergenicDistribution": 1.913801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 371,
          "maxRank": 10690.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.894749,
          "sdRefIntergenicDistribution": 2.088466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 234,
          "maxRank": 9940.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.279300,
          "sdRefIntergenicDistribution": 1.415814,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8399.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 189.934548,
          "sdRefIntergenicDistribution": 2.373421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8159.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.199732,
          "sdRefIntergenicDistribution": 1.649702,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8437.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.621034,
          "sdRefIntergenicDistribution": 2.185416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 295,
          "maxRank": 10678.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.355576,
          "sdRefIntergenicDistribution": 2.180599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9143.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.584361,
          "sdRefIntergenicDistribution": 2.342494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 8615.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 160.030420,
          "sdRefIntergenicDistribution": 1.339447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8115.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.154808,
          "sdRefIntergenicDistribution": 1.716470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8858.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.185776,
          "sdRefIntergenicDistribution": 1.901390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 8995.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.146238,
          "sdRefIntergenicDistribution": 1.527399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8211.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.591029,
          "sdRefIntergenicDistribution": 1.690728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8187.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.843137,
          "sdRefIntergenicDistribution": 2.125504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9299.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.667332,
          "sdRefIntergenicDistribution": 1.728982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8507.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.973221,
          "sdRefIntergenicDistribution": 1.936645,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 312,
          "maxRank": 10429.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.308075,
          "sdRefIntergenicDistribution": 1.722419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8971.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 950.566756,
          "sdRefIntergenicDistribution": 2.330315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 28,
          "maxRank": 7495.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005153",
              "name": "perineurial sheath glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "perineurial glial sheath",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.314981,
          "sdRefIntergenicDistribution": 1.744629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8660.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 461427012,
            "mappedReadsCount": 432641237,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004207",
              "name": "dorsal margin photoreceptor (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dorsal rim area",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2636.038919,
          "sdRefIntergenicDistribution": 1.941844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21,
          "maxRank": 7399.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.030118,
          "sdRefIntergenicDistribution": 2.436147,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 562,
          "maxRank": 12097.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.808523,
          "sdRefIntergenicDistribution": 2.808794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1474,
          "maxRank": 13192.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.383790,
          "sdRefIntergenicDistribution": 2.024267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 224,
          "maxRank": 10410.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.589096,
          "sdRefIntergenicDistribution": 3.941576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2367,
          "maxRank": 13439.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.384745,
          "sdRefIntergenicDistribution": 4.357511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2796,
          "maxRank": 13628.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.027711,
          "sdRefIntergenicDistribution": 2.205080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 316,
          "maxRank": 11082.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "adult neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.332851,
          "sdRefIntergenicDistribution": 1.974346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 10914.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 525054893,
            "mappedReadsCount": 454942259,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00047147",
              "name": "adult enterocyte"
            },
            "cellTypeAuthorAnnotation": "adult enterocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.325618,
          "sdRefIntergenicDistribution": 2.334718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 340,
          "maxRank": 10898.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.484901,
          "sdRefIntergenicDistribution": 2.100759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 454,
          "maxRank": 11399.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.950382,
          "sdRefIntergenicDistribution": 2.378952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 319,
          "maxRank": 10507.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.372484,
          "sdRefIntergenicDistribution": 2.248613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9647.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 193.491709,
          "sdRefIntergenicDistribution": 1.306500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 7992.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.818245,
          "sdRefIntergenicDistribution": 2.294060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 567,
          "maxRank": 11629.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.105414,
          "sdRefIntergenicDistribution": 1.898280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 200,
          "maxRank": 10302.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.197054,
          "sdRefIntergenicDistribution": 1.969331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 369,
          "maxRank": 10993.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.574942,
          "sdRefIntergenicDistribution": 1.742648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.314059,
          "sdRefIntergenicDistribution": 1.878969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 119,
          "maxRank": 8901.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.985218,
          "sdRefIntergenicDistribution": 2.217317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 230,
          "maxRank": 9696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.541320,
          "sdRefIntergenicDistribution": 2.387880,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 384,
          "maxRank": 10666.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.156068,
          "sdRefIntergenicDistribution": 2.297065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 256,
          "maxRank": 10149.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.854545,
          "sdRefIntergenicDistribution": 1.932307,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 215,
          "maxRank": 9893.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.329962,
          "sdRefIntergenicDistribution": 2.034397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9322.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.927369,
          "sdRefIntergenicDistribution": 2.398154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 517,
          "maxRank": 11191.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.290956,
          "sdRefIntergenicDistribution": 1.836784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9509.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.856253,
          "sdRefIntergenicDistribution": 1.821185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9507.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.156336,
          "sdRefIntergenicDistribution": 1.771144,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9299.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.336179,
          "sdRefIntergenicDistribution": 1.540959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8759.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.744535,
          "sdRefIntergenicDistribution": 1.613912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9132.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.364031,
          "sdRefIntergenicDistribution": 1.765684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9551.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.557332,
          "sdRefIntergenicDistribution": 1.267130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8355.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.579027,
          "sdRefIntergenicDistribution": 2.411618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 262,
          "maxRank": 10064.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.345558,
          "sdRefIntergenicDistribution": 1.579136,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9373.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.790351,
          "sdRefIntergenicDistribution": 1.632538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8486.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.790460,
          "sdRefIntergenicDistribution": 1.914980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 248,
          "maxRank": 10162.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.541012,
          "sdRefIntergenicDistribution": 1.670389,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9489.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.166321,
          "sdRefIntergenicDistribution": 1.886392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.907033,
          "sdRefIntergenicDistribution": 1.632605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9494.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.947495,
          "sdRefIntergenicDistribution": 1.724703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8841.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.229091,
          "sdRefIntergenicDistribution": 1.565142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8514.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 137.816392,
          "sdRefIntergenicDistribution": 1.427751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8209.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.736359,
          "sdRefIntergenicDistribution": 1.598912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9392.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.535179,
          "sdRefIntergenicDistribution": 1.592319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9105.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.180829,
          "sdRefIntergenicDistribution": 1.382327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8372.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.304071,
          "sdRefIntergenicDistribution": 3.354820,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9276.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.577224,
          "sdRefIntergenicDistribution": 2.905551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 396,
          "maxRank": 10830.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.421038,
          "sdRefIntergenicDistribution": 2.557689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 270,
          "maxRank": 10463.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.872606,
          "sdRefIntergenicDistribution": 3.457649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 705,
          "maxRank": 11493.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.720336,
          "sdRefIntergenicDistribution": 2.139029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8288.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.240386,
          "sdRefIntergenicDistribution": 2.111495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 212,
          "maxRank": 10037.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.102124,
          "sdRefIntergenicDistribution": 1.801636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 9075.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.962853,
          "sdRefIntergenicDistribution": 2.153856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 336,
          "maxRank": 10859.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.513955,
          "sdRefIntergenicDistribution": 2.152070,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 365,
          "maxRank": 10706.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 160.320475,
          "sdRefIntergenicDistribution": 1.579941,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8072.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.162074,
          "sdRefIntergenicDistribution": 1.996755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 302,
          "maxRank": 10588.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.097687,
          "sdRefIntergenicDistribution": 2.025562,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 9333.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.592367,
          "sdRefIntergenicDistribution": 1.708551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9607.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.196378,
          "sdRefIntergenicDistribution": 2.044448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 286,
          "maxRank": 10415.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.888573,
          "sdRefIntergenicDistribution": 1.887084,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 9952.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.566626,
          "sdRefIntergenicDistribution": 1.363404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8551.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 183.157207,
          "sdRefIntergenicDistribution": 1.547686,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8111.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 113.680385,
          "sdRefIntergenicDistribution": 1.804712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8499.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.504092,
          "sdRefIntergenicDistribution": 2.112135,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 298,
          "maxRank": 10608.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.632088,
          "sdRefIntergenicDistribution": 2.188384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8988.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.651785,
          "sdRefIntergenicDistribution": 1.496044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 148,
          "maxRank": 9422.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 123.241653,
          "sdRefIntergenicDistribution": 1.473537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8370.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.850533,
          "sdRefIntergenicDistribution": 1.528185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8753.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.487452,
          "sdRefIntergenicDistribution": 2.150518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9057.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 174.414081,
          "sdRefIntergenicDistribution": 1.603863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8092.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.738695,
          "sdRefIntergenicDistribution": 1.508494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8237.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.719736,
          "sdRefIntergenicDistribution": 1.696875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 9011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.824363,
          "sdRefIntergenicDistribution": 1.856292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8394.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.144646,
          "sdRefIntergenicDistribution": 2.081850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9799.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.622573,
          "sdRefIntergenicDistribution": 2.004004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9315.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 319.681763,
          "sdRefIntergenicDistribution": 1.797408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 39,
          "maxRank": 7890.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 484045228,
            "mappedReadsCount": 454695936,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111272",
              "name": "distal medullary amacrine neuron Dm11"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm11",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 425.128925,
          "sdRefIntergenicDistribution": 1.363404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 23,
          "maxRank": 7694.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.449327,
          "sdRefIntergenicDistribution": 2.126229,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 663,
          "maxRank": 11790.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.432470,
          "sdRefIntergenicDistribution": 2.417653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 446,
          "maxRank": 11113.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.650049,
          "sdRefIntergenicDistribution": 1.903390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 10369.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.525846,
          "sdRefIntergenicDistribution": 2.158631,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 511,
          "maxRank": 11545.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.769226,
          "sdRefIntergenicDistribution": 1.888367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 266,
          "maxRank": 10616.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.297246,
          "sdRefIntergenicDistribution": 1.997790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 333,
          "maxRank": 10886.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.017204,
          "sdRefIntergenicDistribution": 1.452441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 130,
          "maxRank": 9712.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.357185,
          "sdRefIntergenicDistribution": 1.477399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8651.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.937326,
          "sdRefIntergenicDistribution": 2.258945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 240,
          "maxRank": 9969.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.375125,
          "sdRefIntergenicDistribution": 2.415968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10265.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.747737,
          "sdRefIntergenicDistribution": 2.209448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 270,
          "maxRank": 10223.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.303621,
          "sdRefIntergenicDistribution": 1.756951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 177,
          "maxRank": 9596.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.082008,
          "sdRefIntergenicDistribution": 1.807618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9792.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.752892,
          "sdRefIntergenicDistribution": 2.422581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 547,
          "maxRank": 11268.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.000071,
          "sdRefIntergenicDistribution": 2.145466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9910.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.228470,
          "sdRefIntergenicDistribution": 1.834655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 186,
          "maxRank": 9831.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.949706,
          "sdRefIntergenicDistribution": 1.951972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 187,
          "maxRank": 9871.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.330735,
          "sdRefIntergenicDistribution": 1.702720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 8745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.287774,
          "sdRefIntergenicDistribution": 1.608418,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 9253.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.858199,
          "sdRefIntergenicDistribution": 1.611026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 179,
          "maxRank": 9714.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.245551,
          "sdRefIntergenicDistribution": 1.245071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8527.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.648838,
          "sdRefIntergenicDistribution": 2.386574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 10291.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.241918,
          "sdRefIntergenicDistribution": 1.629716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9750.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.801627,
          "sdRefIntergenicDistribution": 1.531682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8853.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.638036,
          "sdRefIntergenicDistribution": 1.846009,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 245,
          "maxRank": 10286.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.972823,
          "sdRefIntergenicDistribution": 1.844008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 177,
          "maxRank": 9775.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.845937,
          "sdRefIntergenicDistribution": 1.627600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9671.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.403095,
          "sdRefIntergenicDistribution": 1.897063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 10041.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.465146,
          "sdRefIntergenicDistribution": 1.659071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8785.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.421894,
          "sdRefIntergenicDistribution": 1.216157,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8454.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.103656,
          "sdRefIntergenicDistribution": 1.757346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8515.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.824455,
          "sdRefIntergenicDistribution": 1.933485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9607.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.902563,
          "sdRefIntergenicDistribution": 1.585095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 9301.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.741886,
          "sdRefIntergenicDistribution": 1.610401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8286.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.926381,
          "sdRefIntergenicDistribution": 2.807491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 275,
          "maxRank": 10254.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.784956,
          "sdRefIntergenicDistribution": 2.512633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 305,
          "maxRank": 10726.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.065525,
          "sdRefIntergenicDistribution": 3.592712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 699,
          "maxRank": 11522.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.813658,
          "sdRefIntergenicDistribution": 2.172051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 316,
          "maxRank": 10657.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.247847,
          "sdRefIntergenicDistribution": 1.823882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 9082.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.551013,
          "sdRefIntergenicDistribution": 2.215159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 550,
          "maxRank": 11377.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.648321,
          "sdRefIntergenicDistribution": 2.309195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 617,
          "maxRank": 11496.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.738262,
          "sdRefIntergenicDistribution": 1.641786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 8787.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.363947,
          "sdRefIntergenicDistribution": 2.040834,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 345,
          "maxRank": 10912.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.782493,
          "sdRefIntergenicDistribution": 1.830218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 199,
          "maxRank": 10070.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.388882,
          "sdRefIntergenicDistribution": 1.662167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 164,
          "maxRank": 9612.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.380814,
          "sdRefIntergenicDistribution": 2.072490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 370,
          "maxRank": 10914.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.797821,
          "sdRefIntergenicDistribution": 1.850606,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 226,
          "maxRank": 10202.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.724530,
          "sdRefIntergenicDistribution": 1.530368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 76,
          "maxRank": 8700.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.793949,
          "sdRefIntergenicDistribution": 2.224624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8874.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.243968,
          "sdRefIntergenicDistribution": 2.009690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 383,
          "maxRank": 10991.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.802197,
          "sdRefIntergenicDistribution": 2.065729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 213,
          "maxRank": 9958.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.225538,
          "sdRefIntergenicDistribution": 1.674233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9205.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 111.583004,
          "sdRefIntergenicDistribution": 1.669630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8496.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.416816,
          "sdRefIntergenicDistribution": 2.069683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8772.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.663447,
          "sdRefIntergenicDistribution": 1.696351,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9163.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 288.302531,
          "sdRefIntergenicDistribution": 1.493745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7843.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 135.883462,
          "sdRefIntergenicDistribution": 1.653736,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8380.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.432192,
          "sdRefIntergenicDistribution": 1.559711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8919.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 144.076540,
          "sdRefIntergenicDistribution": 1.914763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8309.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.480540,
          "sdRefIntergenicDistribution": 2.187142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 345,
          "maxRank": 10687.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.077227,
          "sdRefIntergenicDistribution": 1.777648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9211.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.544388,
          "sdRefIntergenicDistribution": 2.977087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 171,
          "maxRank": 9312.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 803.667321,
          "sdRefIntergenicDistribution": 2.534394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 25,
          "maxRank": 7499.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 139.643069,
          "sdRefIntergenicDistribution": 1.373387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8267.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004207",
              "name": "dorsal margin photoreceptor (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dorsal rim area",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 643.981861,
          "sdRefIntergenicDistribution": 2.490432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7546.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 190.257287,
          "sdRefIntergenicDistribution": 2.521333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8192.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 479759156,
            "mappedReadsCount": 450474856,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111272",
              "name": "distal medullary amacrine neuron Dm11"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm11",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.154943,
          "sdRefIntergenicDistribution": 2.145452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 740,
          "maxRank": 11868.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.659320,
          "sdRefIntergenicDistribution": 2.223751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 245,
          "maxRank": 10368.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.341302,
          "sdRefIntergenicDistribution": 1.907662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 199,
          "maxRank": 10161.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000700",
              "name": "dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "dopaminergic neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 96.964238,
          "sdRefIntergenicDistribution": 1.514750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8533.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.699578,
          "sdRefIntergenicDistribution": 2.328975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 794,
          "maxRank": 11943.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.901054,
          "sdRefIntergenicDistribution": 1.981656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 422,
          "maxRank": 11148.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.753774,
          "sdRefIntergenicDistribution": 1.964249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 454,
          "maxRank": 11277.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.818411,
          "sdRefIntergenicDistribution": 1.590046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9546.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 123.509889,
          "sdRefIntergenicDistribution": 2.459258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8500.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.868409,
          "sdRefIntergenicDistribution": 2.172665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 275,
          "maxRank": 10287.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.654856,
          "sdRefIntergenicDistribution": 2.405801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 342,
          "maxRank": 10459.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.139135,
          "sdRefIntergenicDistribution": 2.183409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 257,
          "maxRank": 10134.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.083168,
          "sdRefIntergenicDistribution": 1.831897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9658.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.482957,
          "sdRefIntergenicDistribution": 1.663845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9415.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.086073,
          "sdRefIntergenicDistribution": 2.232128,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 323,
          "maxRank": 10551.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.729082,
          "sdRefIntergenicDistribution": 1.531050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 9358.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.192768,
          "sdRefIntergenicDistribution": 1.823264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9732.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.705986,
          "sdRefIntergenicDistribution": 1.835522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9521.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.537520,
          "sdRefIntergenicDistribution": 1.632928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8666.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.001104,
          "sdRefIntergenicDistribution": 1.483946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8959.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.777621,
          "sdRefIntergenicDistribution": 1.519889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 9392.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.933207,
          "sdRefIntergenicDistribution": 1.347405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8787.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.995611,
          "sdRefIntergenicDistribution": 2.403872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 244,
          "maxRank": 10139.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.398734,
          "sdRefIntergenicDistribution": 1.692326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 154,
          "maxRank": 9466.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.294019,
          "sdRefIntergenicDistribution": 1.614427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8761.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.020500,
          "sdRefIntergenicDistribution": 2.055343,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 220,
          "maxRank": 10035.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.512816,
          "sdRefIntergenicDistribution": 1.762594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9568.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.693332,
          "sdRefIntergenicDistribution": 1.724056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9422.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.824389,
          "sdRefIntergenicDistribution": 1.661319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9706.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 121.172525,
          "sdRefIntergenicDistribution": 1.583087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8501.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.043442,
          "sdRefIntergenicDistribution": 1.625059,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8518.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 232.839769,
          "sdRefIntergenicDistribution": 1.837324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 8015.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.139873,
          "sdRefIntergenicDistribution": 1.587889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9253.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.683790,
          "sdRefIntergenicDistribution": 1.618849,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 9149.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 173.031059,
          "sdRefIntergenicDistribution": 1.802625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8331.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.308143,
          "sdRefIntergenicDistribution": 2.756926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 855,
          "maxRank": 11703.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.317101,
          "sdRefIntergenicDistribution": 2.363701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 326,
          "maxRank": 10816.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.569647,
          "sdRefIntergenicDistribution": 3.227197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1153,
          "maxRank": 12093.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.719973,
          "sdRefIntergenicDistribution": 2.133234,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 252,
          "maxRank": 10269.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.838081,
          "sdRefIntergenicDistribution": 1.653996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8902.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.376566,
          "sdRefIntergenicDistribution": 2.162283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 483,
          "maxRank": 11299.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.127064,
          "sdRefIntergenicDistribution": 1.886574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 317,
          "maxRank": 10654.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 102.451149,
          "sdRefIntergenicDistribution": 1.580462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8312.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.461233,
          "sdRefIntergenicDistribution": 2.068191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 337,
          "maxRank": 10779.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.616055,
          "sdRefIntergenicDistribution": 2.042078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 183,
          "maxRank": 9849.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.256836,
          "sdRefIntergenicDistribution": 1.335496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9088.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.678404,
          "sdRefIntergenicDistribution": 1.820768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 301,
          "maxRank": 10416.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.761676,
          "sdRefIntergenicDistribution": 1.671293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 208,
          "maxRank": 9946.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.116243,
          "sdRefIntergenicDistribution": 1.267130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8385.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 236.096042,
          "sdRefIntergenicDistribution": 1.773996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8025.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.858200,
          "sdRefIntergenicDistribution": 2.061754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 451,
          "maxRank": 11164.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.434152,
          "sdRefIntergenicDistribution": 1.821986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9732.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.212653,
          "sdRefIntergenicDistribution": 1.785601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8908.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 113.201140,
          "sdRefIntergenicDistribution": 1.604469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8480.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.117430,
          "sdRefIntergenicDistribution": 1.817042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8940.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.171648,
          "sdRefIntergenicDistribution": 1.705610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8681.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 177.161816,
          "sdRefIntergenicDistribution": 1.535326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 8146.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.662710,
          "sdRefIntergenicDistribution": 1.831119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8900.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.014939,
          "sdRefIntergenicDistribution": 1.339447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8303.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.448049,
          "sdRefIntergenicDistribution": 1.833222,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 257,
          "maxRank": 10301.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.604016,
          "sdRefIntergenicDistribution": 1.438586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 9027.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.919886,
          "sdRefIntergenicDistribution": 3.094338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9282.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.017483,
          "sdRefIntergenicDistribution": 1.714321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9176.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 243.459650,
          "sdRefIntergenicDistribution": 1.299507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7915.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446064709,
            "mappedReadsCount": 419254691,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111272",
              "name": "distal medullary amacrine neuron Dm11"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm11",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.014288,
          "sdRefIntergenicDistribution": 2.142511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 627,
          "maxRank": 11649.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.954049,
          "sdRefIntergenicDistribution": 2.284099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 492,
          "maxRank": 11196.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.478962,
          "sdRefIntergenicDistribution": 1.878303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9848.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "cone cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.800654,
          "sdRefIntergenicDistribution": 2.167894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 533,
          "maxRank": 11527.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.448321,
          "sdRefIntergenicDistribution": 2.105376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 377,
          "maxRank": 10875.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "CL:0008004",
              "name": "somatic muscle cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle of head",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.227601,
          "sdRefIntergenicDistribution": 1.973085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 348,
          "maxRank": 10945.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "subperineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.469980,
          "sdRefIntergenicDistribution": 1.663733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9649.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003686",
              "name": "Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.469699,
          "sdRefIntergenicDistribution": 1.440963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 8852.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.419226,
          "sdRefIntergenicDistribution": 2.142745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 265,
          "maxRank": 10121.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.362413,
          "sdRefIntergenicDistribution": 2.428126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 318,
          "maxRank": 10331.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.559323,
          "sdRefIntergenicDistribution": 2.252555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 286,
          "maxRank": 10341.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003722",
              "name": "lamina monopolar neuron L4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.158306,
          "sdRefIntergenicDistribution": 1.823331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 180,
          "maxRank": 9672.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003725",
              "name": "lamina monopolar neuron L5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina monopolar neuron L5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.507697,
          "sdRefIntergenicDistribution": 1.998108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 188,
          "maxRank": 9656.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003727",
              "name": "columnar neuron T1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "columnar neuron T1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.440436,
          "sdRefIntergenicDistribution": 2.357735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 484,
          "maxRank": 11137.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003728",
              "name": "T neuron T2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.302897,
          "sdRefIntergenicDistribution": 1.675323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9463.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003729",
              "name": "T neuron T2a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T2a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.778953,
          "sdRefIntergenicDistribution": 2.123687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9603.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003730",
              "name": "T neuron T3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T neuron T3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.183629,
          "sdRefIntergenicDistribution": 1.931462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 148,
          "maxRank": 9522.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 1 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.043390,
          "sdRefIntergenicDistribution": 1.221518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8197.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.439549,
          "sdRefIntergenicDistribution": 1.655465,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 9237.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "centrifugal neuron C3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.461748,
          "sdRefIntergenicDistribution": 1.666121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 171,
          "maxRank": 9659.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003770",
              "name": "distal medullary amacrine neuron Dm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm3",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.110360,
          "sdRefIntergenicDistribution": 1.320981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8725.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.892877,
          "sdRefIntergenicDistribution": 2.269013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 275,
          "maxRank": 10191.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003779",
              "name": "medullary intrinsic neuron Mi4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.287273,
          "sdRefIntergenicDistribution": 1.586015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9657.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003784",
              "name": "medullary intrinsic neuron Mi9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.927832,
          "sdRefIntergenicDistribution": 1.502335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8913.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003789",
              "name": "transmedullary neuron Tm1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm1",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.089297,
          "sdRefIntergenicDistribution": 1.970633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 244,
          "maxRank": 10209.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003790",
              "name": "transmedullary neuron Tm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.313200,
          "sdRefIntergenicDistribution": 2.070168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 164,
          "maxRank": 9656.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003791",
              "name": "transmedullary neuron Tm3a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm3a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.670573,
          "sdRefIntergenicDistribution": 2.024974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9659.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003792",
              "name": "transmedullary neuron Tm4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.250361,
          "sdRefIntergenicDistribution": 1.942537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 10228.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.190198,
          "sdRefIntergenicDistribution": 1.491689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8712.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003808",
              "name": "transmedullary neuron Tm20 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm20",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.259072,
          "sdRefIntergenicDistribution": 1.479361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8927.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003821",
              "name": "transmedullary Y neuron TmY4 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 194.594528,
          "sdRefIntergenicDistribution": 1.277704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 8044.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003823",
              "name": "transmedullary Y neuron TmY5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY5a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.714169,
          "sdRefIntergenicDistribution": 1.822075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 9356.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003826",
              "name": "transmedullary Y neuron TmY8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.052489,
          "sdRefIntergenicDistribution": 1.796278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 9130.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00003835",
              "name": "proximal medullary amacrine neuron Pm2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm2",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.013791,
          "sdRefIntergenicDistribution": 2.598950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 248,
          "maxRank": 10066.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00005926",
              "name": "olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.217486,
          "sdRefIntergenicDistribution": 2.412203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 253,
          "maxRank": 10420.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00006007",
              "name": "outer photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "outer photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.283649,
          "sdRefIntergenicDistribution": 3.494040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 653,
          "maxRank": 11425.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007684",
              "name": "auditory sensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "auditory sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.868257,
          "sdRefIntergenicDistribution": 2.075490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 324,
          "maxRank": 10624.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00013774",
              "name": "distal medullary amacrine neuron Dm8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.588292,
          "sdRefIntergenicDistribution": 1.693950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 9125.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047836",
              "name": "ensheathing glial cell"
            },
            "cellTypeAuthorAnnotation": "ensheathing glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.547390,
          "sdRefIntergenicDistribution": 2.170130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 446,
          "maxRank": 11237.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00047841",
              "name": "adult astrocyte-like glial cell"
            },
            "cellTypeAuthorAnnotation": "adult reticular neuropil associated glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.209851,
          "sdRefIntergenicDistribution": 2.168335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 466,
          "maxRank": 11122.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00049916",
              "name": "transmedullary neuron Tm29"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm29",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.374025,
          "sdRefIntergenicDistribution": 1.573143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 8725.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00058205",
              "name": "adult cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.936319,
          "sdRefIntergenicDistribution": 2.153745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 336,
          "maxRank": 10792.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.728104,
          "sdRefIntergenicDistribution": 1.801754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 189,
          "maxRank": 9904.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "dopaminergic PAM neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.919741,
          "sdRefIntergenicDistribution": 1.867804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9383.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100247",
              "name": "gamma Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gamma Kenyon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.917145,
          "sdRefIntergenicDistribution": 1.921949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 358,
          "maxRank": 10802.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100249",
              "name": "alpha'/beta' Kenyon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.058581,
          "sdRefIntergenicDistribution": 1.902110,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 236,
          "maxRank": 10216.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100482",
              "name": "lobula columnar neuron Lcn10 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 209.427787,
          "sdRefIntergenicDistribution": 1.522393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8144.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100484",
              "name": "lobula columnar neuron Lcn12 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 466.721788,
          "sdRefIntergenicDistribution": 1.414214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 23,
          "maxRank": 7659.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain perineurial glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.969305,
          "sdRefIntergenicDistribution": 2.144775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 369,
          "maxRank": 10901.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult optic chiasma glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.174342,
          "sdRefIntergenicDistribution": 1.932653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8941.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lamina wide-field 2 neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.648355,
          "sdRefIntergenicDistribution": 1.371583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8376.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "transmedullary neuron Tm5c",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 126.037672,
          "sdRefIntergenicDistribution": 1.472024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8356.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00110135",
              "name": "distal medullary amacrine neuron Dm1-5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm10",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.490620,
          "sdRefIntergenicDistribution": 2.140159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8984.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm9",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.256806,
          "sdRefIntergenicDistribution": 1.939974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8782.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111273",
              "name": "distal medullary amacrine neuron Dm12"
            },
            "cellTypeAuthorAnnotation": "distal medullary amacrine neuron Dm12",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 200.553676,
          "sdRefIntergenicDistribution": 1.620830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 8129.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "proximal medullary amacrine neuron Pm4",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 161.784165,
          "sdRefIntergenicDistribution": 1.607525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8170.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111285",
              "name": "medullary intrinsic neuron Mi15"
            },
            "cellTypeAuthorAnnotation": "medullary intrinsic neuron Mi15",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.688336,
          "sdRefIntergenicDistribution": 2.279402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9474.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "transmedullary Y neuron TmY14",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 128.286214,
          "sdRefIntergenicDistribution": 1.455860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8209.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111302",
              "name": "optic-lobe-associated cortex glial cell"
            },
            "cellTypeAuthorAnnotation": "optic-lobe-associated cortex glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.043036,
          "sdRefIntergenicDistribution": 2.165942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 428,
          "maxRank": 10916.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00111752",
              "name": "lobula columnar neuron LC17"
            },
            "cellTypeAuthorAnnotation": "lobula columnar neuron LC17",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.650047,
          "sdRefIntergenicDistribution": 1.838341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9269.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "photoreceptor cell R7",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.173933,
          "sdRefIntergenicDistribution": 2.869523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9312.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00004242",
              "name": "ocellus retinula cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ocellus retinula cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "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 V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult brain cell body glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 287.804239,
          "sdRefIntergenicDistribution": 1.414214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7849.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 403580793,
            "mappedReadsCount": 379158776,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6000004",
              "name": "insect head"
            },
            "anatEntityAuthorAnnotation": "head",
            "cellType": {
              "id": "FBbt:00007422",
              "name": "antennal lobe projection neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "antennal lobe projection neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 273.391398,
          "sdRefIntergenicDistribution": 1.862546,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 7995.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.770235,
          "sdRefIntergenicDistribution": 3.496476,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1150,
          "maxRank": 12281.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.133631,
          "sdRefIntergenicDistribution": 2.260678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 345,
          "maxRank": 10562.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.857892,
          "sdRefIntergenicDistribution": 1.831830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9185.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00004186",
              "name": "neuron of aristal sensillum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "sacculus/arista neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.546021,
          "sdRefIntergenicDistribution": 2.492014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 449,
          "maxRank": 11033.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00007352",
              "name": "antennal olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.262695,
          "sdRefIntergenicDistribution": 3.496861,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1174,
          "maxRank": 12142.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00047054",
              "name": "adult olfactory receptor neuron Ir75d"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir75d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.883036,
          "sdRefIntergenicDistribution": 2.786948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 598,
          "maxRank": 11382.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049977",
              "name": "antennal olfactory receptor neuron of basiconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.245294,
          "sdRefIntergenicDistribution": 2.817974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 604,
          "maxRank": 11430.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049980",
              "name": "antennal olfactory receptor neuron of coeloconic sensillum"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir84a, Ir31a, Ir76a, Ir76b, Ir8a, Or35a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.986357,
          "sdRefIntergenicDistribution": 2.709002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 352,
          "maxRank": 10673.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067011",
              "name": "adult olfactory receptor neuron Or65 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or65",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.660844,
          "sdRefIntergenicDistribution": 2.680537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 496,
          "maxRank": 11208.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067016",
              "name": "adult olfactory receptor neuron Or13a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or13a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.027391,
          "sdRefIntergenicDistribution": 1.946842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 165,
          "maxRank": 9386.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067031",
              "name": "adult olfactory receptor neuron Or67d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or67d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.962379,
          "sdRefIntergenicDistribution": 3.295939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 772,
          "maxRank": 11590.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067056",
              "name": "adult olfactory receptor neuron Or47b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or47b",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.075586,
          "sdRefIntergenicDistribution": 3.073844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 587,
          "maxRank": 11279.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067057",
              "name": "adult olfactory receptor neuron Or88a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or88a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.418320,
          "sdRefIntergenicDistribution": 2.889819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 608,
          "maxRank": 11404.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067059",
              "name": "adult olfactory receptor neuron Or92a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or92a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.358278,
          "sdRefIntergenicDistribution": 2.559133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 378,
          "maxRank": 10669.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.764078,
          "sdRefIntergenicDistribution": 2.589023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 475,
          "maxRank": 11009.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.542836,
          "sdRefIntergenicDistribution": 3.711612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1527,
          "maxRank": 12473.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582021478,
            "mappedReadsCount": 478717157,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult antenna glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.693674,
          "sdRefIntergenicDistribution": 2.879479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 736,
          "maxRank": 11720.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.868352,
          "sdRefIntergenicDistribution": 2.939145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1063,
          "maxRank": 11929.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.681431,
          "sdRefIntergenicDistribution": 2.141655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 279,
          "maxRank": 10207.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 161.645217,
          "sdRefIntergenicDistribution": 1.643515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8177.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00004186",
              "name": "neuron of aristal sensillum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "sacculus/arista neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.611213,
          "sdRefIntergenicDistribution": 2.365804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 414,
          "maxRank": 10737.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00007352",
              "name": "antennal olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.575943,
          "sdRefIntergenicDistribution": 3.306099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1098,
          "maxRank": 11963.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00047054",
              "name": "adult olfactory receptor neuron Ir75d"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir75d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.302223,
          "sdRefIntergenicDistribution": 2.465586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 528,
          "maxRank": 11028.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049977",
              "name": "antennal olfactory receptor neuron of basiconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.366483,
          "sdRefIntergenicDistribution": 2.579917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 600,
          "maxRank": 11217.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049980",
              "name": "antennal olfactory receptor neuron of coeloconic sensillum"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir84a, Ir31a, Ir76a, Ir76b, Ir8a, Or35a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.259987,
          "sdRefIntergenicDistribution": 2.570692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10247.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067011",
              "name": "adult olfactory receptor neuron Or65 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or65",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.080134,
          "sdRefIntergenicDistribution": 2.781218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 640,
          "maxRank": 11311.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067016",
              "name": "adult olfactory receptor neuron Or13a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or13a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.501706,
          "sdRefIntergenicDistribution": 1.944737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9034.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067031",
              "name": "adult olfactory receptor neuron Or67d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or67d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.208340,
          "sdRefIntergenicDistribution": 2.861390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 553,
          "maxRank": 11143.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067056",
              "name": "adult olfactory receptor neuron Or47b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or47b",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.516545,
          "sdRefIntergenicDistribution": 2.826341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 443,
          "maxRank": 10796.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067057",
              "name": "adult olfactory receptor neuron Or88a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or88a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.339207,
          "sdRefIntergenicDistribution": 2.648325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 477,
          "maxRank": 10978.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067059",
              "name": "adult olfactory receptor neuron Or92a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or92a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.680567,
          "sdRefIntergenicDistribution": 2.644400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 422,
          "maxRank": 10739.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.124947,
          "sdRefIntergenicDistribution": 2.389965,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 388,
          "maxRank": 10634.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.889452,
          "sdRefIntergenicDistribution": 3.253729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1369,
          "maxRank": 12183.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 621897370,
            "mappedReadsCount": 574481771,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult antenna glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.239152,
          "sdRefIntergenicDistribution": 2.491003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 673,
          "maxRank": 11476.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.743240,
          "sdRefIntergenicDistribution": 3.294125,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1132,
          "maxRank": 12427.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.747330,
          "sdRefIntergenicDistribution": 2.071510,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 10222.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.761392,
          "sdRefIntergenicDistribution": 1.993933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8493.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00004186",
              "name": "neuron of aristal sensillum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "sacculus/arista neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.989954,
          "sdRefIntergenicDistribution": 2.466030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 385,
          "maxRank": 10812.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00007352",
              "name": "antennal olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.575634,
          "sdRefIntergenicDistribution": 3.355232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 852,
          "maxRank": 11900.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00047054",
              "name": "adult olfactory receptor neuron Ir75d"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir75d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.999881,
          "sdRefIntergenicDistribution": 2.475568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 309,
          "maxRank": 10519.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049977",
              "name": "antennal olfactory receptor neuron of basiconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.772588,
          "sdRefIntergenicDistribution": 2.745826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 499,
          "maxRank": 11113.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049980",
              "name": "antennal olfactory receptor neuron of coeloconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.111658,
          "sdRefIntergenicDistribution": 2.889652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 336,
          "maxRank": 10682.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067011",
              "name": "adult olfactory receptor neuron Or65 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or65",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.663584,
          "sdRefIntergenicDistribution": 2.619207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9698.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067016",
              "name": "adult olfactory receptor neuron Or13a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or13a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.342173,
          "sdRefIntergenicDistribution": 1.899774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8586.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067031",
              "name": "adult olfactory receptor neuron Or67d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or67d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.404469,
          "sdRefIntergenicDistribution": 3.190753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 620,
          "maxRank": 11364.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067056",
              "name": "adult olfactory receptor neuron Or47b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or47b",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.828801,
          "sdRefIntergenicDistribution": 3.007784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 309,
          "maxRank": 10337.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067057",
              "name": "adult olfactory receptor neuron Or88a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or88a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.471747,
          "sdRefIntergenicDistribution": 2.750326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 383,
          "maxRank": 10767.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067059",
              "name": "adult olfactory receptor neuron Or92a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or92a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.151003,
          "sdRefIntergenicDistribution": 2.526326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 270,
          "maxRank": 10145.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.772406,
          "sdRefIntergenicDistribution": 2.676626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 550,
          "maxRank": 11178.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.094946,
          "sdRefIntergenicDistribution": 4.313211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2806,
          "maxRank": 13187.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 446639258,
            "mappedReadsCount": 405363443,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult antenna glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.313195,
          "sdRefIntergenicDistribution": 2.685724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 636,
          "maxRank": 11711.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.449546,
          "sdRefIntergenicDistribution": 3.292806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1352,
          "maxRank": 12356.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.699207,
          "sdRefIntergenicDistribution": 2.205732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 382,
          "maxRank": 10773.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.828931,
          "sdRefIntergenicDistribution": 2.177974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8723.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00004186",
              "name": "neuron of aristal sensillum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "sacculus/arista neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.489568,
          "sdRefIntergenicDistribution": 2.513337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 489,
          "maxRank": 10989.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00007352",
              "name": "antennal olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.825974,
          "sdRefIntergenicDistribution": 3.508761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1014,
          "maxRank": 11985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00047054",
              "name": "adult olfactory receptor neuron Ir75d"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Ir75d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.929483,
          "sdRefIntergenicDistribution": 2.636996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 398,
          "maxRank": 10756.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049977",
              "name": "antennal olfactory receptor neuron of basiconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.518766,
          "sdRefIntergenicDistribution": 3.034002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 704,
          "maxRank": 11547.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00049980",
              "name": "antennal olfactory receptor neuron of coeloconic sensillum"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.804523,
          "sdRefIntergenicDistribution": 2.960207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 391,
          "maxRank": 10866.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067011",
              "name": "adult olfactory receptor neuron Or65 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or65",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.425481,
          "sdRefIntergenicDistribution": 2.803213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10320.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067016",
              "name": "adult olfactory receptor neuron Or13a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or13a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.692480,
          "sdRefIntergenicDistribution": 1.984899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9205.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067031",
              "name": "adult olfactory receptor neuron Or67d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or67d",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.583605,
          "sdRefIntergenicDistribution": 3.140621,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 505,
          "maxRank": 11071.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067056",
              "name": "adult olfactory receptor neuron Or47b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or47b",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.954968,
          "sdRefIntergenicDistribution": 3.045761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 355,
          "maxRank": 10540.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067057",
              "name": "adult olfactory receptor neuron Or88a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or88a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.446846,
          "sdRefIntergenicDistribution": 2.689236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 354,
          "maxRank": 10649.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067059",
              "name": "adult olfactory receptor neuron Or92a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Or92a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.968948,
          "sdRefIntergenicDistribution": 2.803374,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 326,
          "maxRank": 10388.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00067064",
              "name": "adult olfactory receptor neuron Gr21a/63a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult olfactory receptor neuron Gr21a/63a",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.919613,
          "sdRefIntergenicDistribution": 2.895303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 949,
          "maxRank": 11718.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100000",
              "name": "Johnston organ neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Johnston organ neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.964785,
          "sdRefIntergenicDistribution": 4.533526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2949,
          "maxRank": 13021.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482077827,
            "mappedReadsCount": 442158317,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000972",
              "name": "antenna"
            },
            "anatEntityAuthorAnnotation": "antenna",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult antenna glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.608039,
          "sdRefIntergenicDistribution": 2.757996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 727,
          "maxRank": 11752.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.051224,
          "sdRefIntergenicDistribution": 2.341325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 719,
          "maxRank": 11972.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.066256,
          "sdRefIntergenicDistribution": 3.116613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1147,
          "maxRank": 12510.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.236997,
          "sdRefIntergenicDistribution": 2.698202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 220,
          "maxRank": 10124.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.165380,
          "sdRefIntergenicDistribution": 2.961869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1210,
          "maxRank": 12373.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.729871,
          "sdRefIntergenicDistribution": 3.067295,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1366,
          "maxRank": 12415.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.743340,
          "sdRefIntergenicDistribution": 2.365095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 598,
          "maxRank": 11693.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.944391,
          "sdRefIntergenicDistribution": 2.099027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 277,
          "maxRank": 10610.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00005090",
              "name": "tendon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "tendon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.710487,
          "sdRefIntergenicDistribution": 1.732667,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 10195.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598520637,
            "mappedReadsCount": 558877427,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.062822,
          "sdRefIntergenicDistribution": 2.049652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 289,
          "maxRank": 10527.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.894710,
          "sdRefIntergenicDistribution": 2.703684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1349,
          "maxRank": 12455.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.908268,
          "sdRefIntergenicDistribution": 3.269658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1484,
          "maxRank": 12567.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.071337,
          "sdRefIntergenicDistribution": 2.801988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 876,
          "maxRank": 11918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.455138,
          "sdRefIntergenicDistribution": 2.701808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1128,
          "maxRank": 12240.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.876669,
          "sdRefIntergenicDistribution": 3.083266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1375,
          "maxRank": 12275.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.921981,
          "sdRefIntergenicDistribution": 2.642831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 799,
          "maxRank": 11901.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.859251,
          "sdRefIntergenicDistribution": 2.124333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 446,
          "maxRank": 11170.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00005090",
              "name": "tendon cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "tendon cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.648129,
          "sdRefIntergenicDistribution": 1.696495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 304,
          "maxRank": 10655.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597369409,
            "mappedReadsCount": 552601018,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000309",
              "name": "body wall"
            },
            "anatEntityAuthorAnnotation": "body wall",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.569805,
          "sdRefIntergenicDistribution": 1.986243,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 380,
          "maxRank": 10978.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.175522,
          "sdRefIntergenicDistribution": 3.085872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1298,
          "maxRank": 12477.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000101",
              "name": "sensory neuron"
            },
            "cellTypeAuthorAnnotation": "sensory neuron",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.176683,
          "sdRefIntergenicDistribution": 2.175297,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 456,
          "maxRank": 11214.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.902085,
          "sdRefIntergenicDistribution": 2.409735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 596,
          "maxRank": 11551.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.742580,
          "sdRefIntergenicDistribution": 3.387552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1519,
          "maxRank": 12749.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.454471,
          "sdRefIntergenicDistribution": 5.141947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4353,
          "maxRank": 13813.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.682708,
          "sdRefIntergenicDistribution": 2.436822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 598,
          "maxRank": 11542.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 491639426,
            "mappedReadsCount": 440016114,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "adult neuron",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "female",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.939156,
          "sdRefIntergenicDistribution": 2.173101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 455,
          "maxRank": 10727.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.767040,
          "sdRefIntergenicDistribution": 2.132875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 524,
          "maxRank": 12400.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000101",
              "name": "sensory neuron"
            },
            "cellTypeAuthorAnnotation": "sensory neuron",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.003043,
          "sdRefIntergenicDistribution": 1.587668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 9443.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.569064,
          "sdRefIntergenicDistribution": 2.375380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 760,
          "maxRank": 12426.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.810038,
          "sdRefIntergenicDistribution": 3.376708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1639,
          "maxRank": 13444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.007919,
          "sdRefIntergenicDistribution": 4.611311,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4289,
          "maxRank": 14011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.517462,
          "sdRefIntergenicDistribution": 2.811203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 989,
          "maxRank": 12730.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 504874307,
            "mappedReadsCount": 452169859,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003917",
              "name": "arthropod fat body"
            },
            "anatEntityAuthorAnnotation": "fat body",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "adult neuron",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3",
            "sex": "male",
            "strain": "Cg-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.015282,
          "sdRefIntergenicDistribution": 2.292797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 523,
          "maxRank": 11798.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.781618,
          "sdRefIntergenicDistribution": 1.766118,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8423.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.982833,
          "sdRefIntergenicDistribution": 2.218405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 687,
          "maxRank": 11140.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "CL:0008007",
              "name": "visceral muscle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.535239,
          "sdRefIntergenicDistribution": 1.826117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 245,
          "maxRank": 10381.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00005782",
              "name": "copper cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "copper cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.179960,
          "sdRefIntergenicDistribution": 2.852560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 797,
          "maxRank": 11245.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00007037",
              "name": "enterocyte of posterior adult midgut epithelium (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "enterocyte of posterior adult midgut epithelium",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.012793,
          "sdRefIntergenicDistribution": 3.027843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1579,
          "maxRank": 12357.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00007038",
              "name": "enteroendocrine cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.146548,
          "sdRefIntergenicDistribution": 2.129909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 436,
          "maxRank": 10694.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00007039",
              "name": "intestinal stem cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "intestinal stem cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.848029,
          "sdRefIntergenicDistribution": 2.095856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 10780.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00047182",
              "name": "adult midgut enterocyte"
            },
            "cellTypeAuthorAnnotation": "adult midgut enterocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.831382,
          "sdRefIntergenicDistribution": 3.579612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1228,
          "maxRank": 12298.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00049280",
              "name": "enterocyte of anterior adult midgut epithelium"
            },
            "cellTypeAuthorAnnotation": "enterocyte of anterior adult midgut epithelium",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.499165,
          "sdRefIntergenicDistribution": 3.882631,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2399,
          "maxRank": 12822.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00049281",
              "name": "adult differentiating enterocyte"
            },
            "cellTypeAuthorAnnotation": "adult differentiating enterocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.389147,
          "sdRefIntergenicDistribution": 2.940931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1120,
          "maxRank": 11885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00110205",
              "name": "enteroblast (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "enteroblast",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.989329,
          "sdRefIntergenicDistribution": 2.220621,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 351,
          "maxRank": 10838.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 518833585,
            "mappedReadsCount": 468314645,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00110910",
              "name": "midgut large flat cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "midgut large flat cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.394207,
          "sdRefIntergenicDistribution": 3.071115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1331,
          "maxRank": 12096.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.720491,
          "sdRefIntergenicDistribution": 2.391317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 242,
          "maxRank": 9845.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.255308,
          "sdRefIntergenicDistribution": 1.923602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 8919.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "CL:0008007",
              "name": "visceral muscle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.879367,
          "sdRefIntergenicDistribution": 2.482604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 569,
          "maxRank": 11278.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00005782",
              "name": "copper cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "copper cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.467380,
          "sdRefIntergenicDistribution": 1.965360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 238,
          "maxRank": 9365.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00007037",
              "name": "enterocyte of posterior adult midgut epithelium (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "enterocyte of posterior adult midgut epithelium",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.109826,
          "sdRefIntergenicDistribution": 2.715018,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1102,
          "maxRank": 11692.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00007038",
              "name": "enteroendocrine cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "enteroendocrine cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.825311,
          "sdRefIntergenicDistribution": 2.203409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 453,
          "maxRank": 11130.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00007039",
              "name": "intestinal stem cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "intestinal stem cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.201390,
          "sdRefIntergenicDistribution": 2.389587,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 351,
          "maxRank": 10847.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00047182",
              "name": "adult midgut enterocyte"
            },
            "cellTypeAuthorAnnotation": "adult midgut enterocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.415094,
          "sdRefIntergenicDistribution": 3.271760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1023,
          "maxRank": 12006.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00049280",
              "name": "enterocyte of anterior adult midgut epithelium"
            },
            "cellTypeAuthorAnnotation": "enterocyte of anterior adult midgut epithelium",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.338578,
          "sdRefIntergenicDistribution": 3.045746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1407,
          "maxRank": 11855.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00049281",
              "name": "adult differentiating enterocyte"
            },
            "cellTypeAuthorAnnotation": "adult differentiating enterocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.183150,
          "sdRefIntergenicDistribution": 2.806638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 917,
          "maxRank": 11455.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00110205",
              "name": "enteroblast (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "enteroblast",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.691465,
          "sdRefIntergenicDistribution": 2.509949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 542,
          "maxRank": 11115.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 598877372,
            "mappedReadsCount": 522972975,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001555",
              "name": "digestive tract"
            },
            "anatEntityAuthorAnnotation": "digestive system",
            "cellType": {
              "id": "FBbt:00110910",
              "name": "midgut large flat cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "midgut large flat cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.630211,
          "sdRefIntergenicDistribution": 2.720998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 776,
          "maxRank": 11092.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.374002,
          "sdRefIntergenicDistribution": 2.888025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1303,
          "maxRank": 12167.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.896926,
          "sdRefIntergenicDistribution": 1.802198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9475.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.948222,
          "sdRefIntergenicDistribution": 2.772586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 374,
          "maxRank": 10604.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "neuron of haltere",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.782515,
          "sdRefIntergenicDistribution": 2.253618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 331,
          "maxRank": 10574.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.093470,
          "sdRefIntergenicDistribution": 2.770291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1170,
          "maxRank": 11841.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "FBbt:00005919",
              "name": "mechanosensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron of haltere",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.130963,
          "sdRefIntergenicDistribution": 3.043807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1149,
          "maxRank": 11907.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482383113,
            "mappedReadsCount": 448337696,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.387478,
          "sdRefIntergenicDistribution": 2.192551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 351,
          "maxRank": 10604.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.706419,
          "sdRefIntergenicDistribution": 3.047078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1178,
          "maxRank": 12717.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.111448,
          "sdRefIntergenicDistribution": 1.721768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8584.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.246248,
          "sdRefIntergenicDistribution": 3.017615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 303,
          "maxRank": 10587.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "neuron of haltere",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.724013,
          "sdRefIntergenicDistribution": 2.158978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 387,
          "maxRank": 11330.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.175169,
          "sdRefIntergenicDistribution": 2.281740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 373,
          "maxRank": 10742.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "FBbt:00005919",
              "name": "mechanosensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron of haltere",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.381783,
          "sdRefIntergenicDistribution": 2.983333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 697,
          "maxRank": 11887.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 453636505,
            "mappedReadsCount": 418962112,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000987",
              "name": "haltere"
            },
            "anatEntityAuthorAnnotation": "haltere",
            "cellType": {
              "id": "FBbt:00100497",
              "name": "adult glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.972477,
          "sdRefIntergenicDistribution": 2.296651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9825.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.723274,
          "sdRefIntergenicDistribution": 3.706322,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2209,
          "maxRank": 12756.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.623978,
          "sdRefIntergenicDistribution": 1.460184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.604918,
          "sdRefIntergenicDistribution": 2.895081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 536,
          "maxRank": 11140.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.091098,
          "sdRefIntergenicDistribution": 3.405697,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1469,
          "maxRank": 12144.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.087678,
          "sdRefIntergenicDistribution": 3.063157,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1134,
          "maxRank": 11861.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.680188,
          "sdRefIntergenicDistribution": 1.937052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 269,
          "maxRank": 10107.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.577531,
          "sdRefIntergenicDistribution": 2.601621,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 791,
          "maxRank": 11492.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00007319",
              "name": "cardial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cardiomyocyte, working adult heart muscle (non-ostia)",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.498801,
          "sdRefIntergenicDistribution": 3.377639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1253,
          "maxRank": 11897.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00013185",
              "name": "adult abdominal pericardial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult abdominal pericardial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.346972,
          "sdRefIntergenicDistribution": 2.504494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 616,
          "maxRank": 11152.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 601139203,
            "mappedReadsCount": 563089320,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00058147",
              "name": "crystal cell"
            },
            "cellTypeAuthorAnnotation": "crystal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.573039,
          "sdRefIntergenicDistribution": 2.547582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 598,
          "maxRank": 11039.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.478668,
          "sdRefIntergenicDistribution": 3.802767,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2754,
          "maxRank": 12856.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.067249,
          "sdRefIntergenicDistribution": 1.522440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9523.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.972309,
          "sdRefIntergenicDistribution": 2.902302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 834,
          "maxRank": 11680.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.849194,
          "sdRefIntergenicDistribution": 2.660316,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 907,
          "maxRank": 11493.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.789636,
          "sdRefIntergenicDistribution": 2.966480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1373,
          "maxRank": 12205.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00003361",
              "name": "indirect flight muscle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "indirect flight muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.957223,
          "sdRefIntergenicDistribution": 1.659448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9277.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.232688,
          "sdRefIntergenicDistribution": 2.113526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 336,
          "maxRank": 10455.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00007319",
              "name": "cardial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cardiomyocyte, working adult heart muscle (non-ostia)",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.721421,
          "sdRefIntergenicDistribution": 3.463695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1979,
          "maxRank": 12447.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00013185",
              "name": "adult abdominal pericardial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult abdominal pericardial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.200920,
          "sdRefIntergenicDistribution": 3.106348,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1616,
          "maxRank": 12231.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 597082536,
            "mappedReadsCount": 553268053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0015230",
              "name": "dorsal vessel heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "FBbt:00058147",
              "name": "crystal cell"
            },
            "cellTypeAuthorAnnotation": "crystal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.550720,
          "sdRefIntergenicDistribution": 2.684349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 866,
          "maxRank": 11516.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.388807,
          "sdRefIntergenicDistribution": 3.153482,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1226,
          "maxRank": 12207.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000101",
              "name": "sensory neuron"
            },
            "cellTypeAuthorAnnotation": "sensory neuron",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.276401,
          "sdRefIntergenicDistribution": 2.709528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 256,
          "maxRank": 10074.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.725726,
          "sdRefIntergenicDistribution": 3.891616,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2252,
          "maxRank": 12761.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.659729,
          "sdRefIntergenicDistribution": 2.622223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 181,
          "maxRank": 9619.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.664015,
          "sdRefIntergenicDistribution": 2.138780,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 389,
          "maxRank": 10801.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.591735,
          "sdRefIntergenicDistribution": 2.025997,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9198.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00005919",
              "name": "mechanosensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.905831,
          "sdRefIntergenicDistribution": 2.638373,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 777,
          "maxRank": 11717.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.721636,
          "sdRefIntergenicDistribution": 2.492597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9904.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 482260407,
            "mappedReadsCount": 444329490,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00048274",
              "name": "mechanosensory neuron of leg chordotonal organ"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron of leg chordotonal organ",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.960522,
          "sdRefIntergenicDistribution": 2.363367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 355,
          "maxRank": 10637.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.365231,
          "sdRefIntergenicDistribution": 3.150486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1312,
          "maxRank": 12115.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000101",
              "name": "sensory neuron"
            },
            "cellTypeAuthorAnnotation": "sensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.506391,
          "sdRefIntergenicDistribution": 2.721551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 9839.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.985059,
          "sdRefIntergenicDistribution": 3.543876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1717,
          "maxRank": 12339.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.347747,
          "sdRefIntergenicDistribution": 2.811504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 337,
          "maxRank": 10393.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.378272,
          "sdRefIntergenicDistribution": 2.288455,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 362,
          "maxRank": 10581.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.233657,
          "sdRefIntergenicDistribution": 2.203031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 155,
          "maxRank": 9277.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00005919",
              "name": "mechanosensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.387206,
          "sdRefIntergenicDistribution": 2.757459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 745,
          "maxRank": 11529.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.844613,
          "sdRefIntergenicDistribution": 2.400295,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 248,
          "maxRank": 10206.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 450327332,
            "mappedReadsCount": 413100840,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005895",
              "name": "insect leg"
            },
            "anatEntityAuthorAnnotation": "leg",
            "cellType": {
              "id": "FBbt:00048274",
              "name": "mechanosensory neuron of leg chordotonal organ"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron of leg chordotonal organ",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.149764,
          "sdRefIntergenicDistribution": 2.675825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 387,
          "maxRank": 10697.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "CL:0000018",
              "name": "spermatid"
            },
            "cellTypeAuthorAnnotation": "spermatid",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.740050,
          "sdRefIntergenicDistribution": 3.171254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 835,
          "maxRank": 12437.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.365251,
          "sdRefIntergenicDistribution": 3.649639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1506,
          "maxRank": 12886.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.849017,
          "sdRefIntergenicDistribution": 2.839826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 611,
          "maxRank": 11560.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.619997,
          "sdRefIntergenicDistribution": 3.003689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 484,
          "maxRank": 11238.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.537289,
          "sdRefIntergenicDistribution": 2.951386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 818,
          "maxRank": 11595.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "FBbt:00004960",
              "name": "male accessory gland main cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "male accessory gland main cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.400711,
          "sdRefIntergenicDistribution": 8.303769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3396,
          "maxRank": 13511.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 493035556,
            "mappedReadsCount": 455588201,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005399",
              "name": "male reproductive gland"
            },
            "anatEntityAuthorAnnotation": "male reproductive gland",
            "cellType": {
              "id": "FBbt:00004961",
              "name": "male accessory gland secondary cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "male accessory gland secondary cell",
            "devStage": {
              "id": "FBdv:00007077",
              "name": "day 2 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "2",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.078308,
          "sdRefIntergenicDistribution": 3.786955,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 695,
          "maxRank": 11579.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.109541,
          "sdRefIntergenicDistribution": 2.126041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 251,
          "maxRank": 9913.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "CL:0008007",
              "name": "visceral muscle cell"
            },
            "cellTypeAuthorAnnotation": "visceral muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.674359,
          "sdRefIntergenicDistribution": 2.355413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 8989.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.165686,
          "sdRefIntergenicDistribution": 2.458337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 189,
          "maxRank": 9422.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.964746,
          "sdRefIntergenicDistribution": 1.620762,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8652.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00005735",
              "name": "adult Malpighian tubule Type I cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.195631,
          "sdRefIntergenicDistribution": 5.343308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3894,
          "maxRank": 13261.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00047102",
              "name": "adult Malpighian tubule stellate cell of main segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule stellate cell of main segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.649475,
          "sdRefIntergenicDistribution": 4.110404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1618,
          "maxRank": 12215.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049472",
              "name": "adult Malpighian tubule bar-shaped cell of initial segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule bar-shaped cell of initial segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.566254,
          "sdRefIntergenicDistribution": 2.668342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 488,
          "maxRank": 10836.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049474",
              "name": "adult Malpighian tubule principal cell of initial segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule principal cell of initial segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.493724,
          "sdRefIntergenicDistribution": 4.226488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2228,
          "maxRank": 12525.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049477",
              "name": "adult Malpighian tubule principal cell of lower segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule principal cell of lower segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.310155,
          "sdRefIntergenicDistribution": 4.504969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2846,
          "maxRank": 12860.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049478",
              "name": "adult Malpighian tubule principal cell of lower ureter"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule principal cell of lower ureter",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.477114,
          "sdRefIntergenicDistribution": 2.970166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 635,
          "maxRank": 11144.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546403253,
            "mappedReadsCount": 494626167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00110862",
              "name": "adult Malpighian tubule tiny cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult renal stem cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.956922,
          "sdRefIntergenicDistribution": 2.594718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 717,
          "maxRank": 11613.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.677199,
          "sdRefIntergenicDistribution": 2.201498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 310,
          "maxRank": 10254.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "CL:0008007",
              "name": "visceral muscle cell"
            },
            "cellTypeAuthorAnnotation": "visceral muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.769632,
          "sdRefIntergenicDistribution": 2.579013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 199,
          "maxRank": 9712.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.994644,
          "sdRefIntergenicDistribution": 2.415119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 325,
          "maxRank": 9859.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.310705,
          "sdRefIntergenicDistribution": 2.398081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 301,
          "maxRank": 10410.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00005735",
              "name": "adult Malpighian tubule Type I cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215797,
          "sdRefIntergenicDistribution": 4.875323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3644,
          "maxRank": 12933.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00047102",
              "name": "adult Malpighian tubule stellate cell of main segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule stellate cell of main segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.369857,
          "sdRefIntergenicDistribution": 4.380443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2389,
          "maxRank": 12542.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049472",
              "name": "adult Malpighian tubule bar-shaped cell of initial segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule bar-shaped cell of initial segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.879185,
          "sdRefIntergenicDistribution": 2.854713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 769,
          "maxRank": 11397.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049474",
              "name": "adult Malpighian tubule principal cell of initial segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule principal cell of initial segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.358031,
          "sdRefIntergenicDistribution": 4.467867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2792,
          "maxRank": 12731.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049477",
              "name": "adult Malpighian tubule principal cell of lower segment"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule principal cell of lower segment",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.297125,
          "sdRefIntergenicDistribution": 4.824072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3262,
          "maxRank": 12926.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00049478",
              "name": "adult Malpighian tubule principal cell of lower ureter"
            },
            "cellTypeAuthorAnnotation": "adult Malpighian tubule principal cell of lower ureter",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.340713,
          "sdRefIntergenicDistribution": 3.119034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 880,
          "maxRank": 11373.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 615893445,
            "mappedReadsCount": 557438823,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001054",
              "name": "Malpighian tubule"
            },
            "anatEntityAuthorAnnotation": "malpighian tubule",
            "cellType": {
              "id": "FBbt:00110862",
              "name": "adult Malpighian tubule tiny cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult renal stem cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "drip-GAL4, UAS-nlsGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.009285,
          "sdRefIntergenicDistribution": 2.884446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1046,
          "maxRank": 11905.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.397571,
          "sdRefIntergenicDistribution": 2.446878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 528,
          "maxRank": 11465.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.329099,
          "sdRefIntergenicDistribution": 2.486817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 806,
          "maxRank": 11971.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.133606,
          "sdRefIntergenicDistribution": 2.573567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 334,
          "maxRank": 10621.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.939572,
          "sdRefIntergenicDistribution": 3.829933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1836,
          "maxRank": 12729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00003185",
              "name": "adult oenocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult oenocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.924389,
          "sdRefIntergenicDistribution": 3.927292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1623,
          "maxRank": 12578.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.908141,
          "sdRefIntergenicDistribution": 2.589239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 430,
          "maxRank": 10887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "adult neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.709372,
          "sdRefIntergenicDistribution": 1.805975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 233,
          "maxRank": 10492.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299378829,
            "mappedReadsCount": 250623740,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6003018",
              "name": "adult thorax"
            },
            "anatEntityAuthorAnnotation": "thorax",
            "cellType": {
              "id": "FBbt:00047147",
              "name": "adult enterocyte"
            },
            "cellTypeAuthorAnnotation": "adult enterocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "PromE800-GAL4, UAS-unc84GFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.208181,
          "sdRefIntergenicDistribution": 2.651491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 453,
          "maxRank": 11169.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "CL:0000674",
              "name": "interfollicle cell"
            },
            "cellTypeAuthorAnnotation": "stalk follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.926101,
          "sdRefIntergenicDistribution": 2.097668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 454,
          "maxRank": 10887.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.890850,
          "sdRefIntergenicDistribution": 2.283058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 313,
          "maxRank": 10579.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00004908",
              "name": "nurse follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "stretch follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.096177,
          "sdRefIntergenicDistribution": 2.835594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 985,
          "maxRank": 11401.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.233295,
          "sdRefIntergenicDistribution": 2.068360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 380,
          "maxRank": 10792.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00005402",
              "name": "oocyte associated follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "main body follicle cell ca. until St. 5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.690326,
          "sdRefIntergenicDistribution": 3.702370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1987,
          "maxRank": 12340.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00005406",
              "name": "ovarian sheath cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ovarian sheath muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.257178,
          "sdRefIntergenicDistribution": 2.596269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 670,
          "maxRank": 11264.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.643463,
          "sdRefIntergenicDistribution": 2.620424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 608,
          "maxRank": 11187.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00046036",
              "name": "dorsal appendage forming follicle cell"
            },
            "cellTypeAuthorAnnotation": "dorsal appendage forming follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.591680,
          "sdRefIntergenicDistribution": 2.841302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 333,
          "maxRank": 9903.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 593682587,
            "mappedReadsCount": 555354686,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00048554",
              "name": "posterior terminal follicle cell"
            },
            "cellTypeAuthorAnnotation": "posterior terminal follicle cell ca. St. 5-8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.231198,
          "sdRefIntergenicDistribution": 2.603076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 650,
          "maxRank": 11116.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "CL:0000674",
              "name": "interfollicle cell"
            },
            "cellTypeAuthorAnnotation": "stalk follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.002998,
          "sdRefIntergenicDistribution": 1.858273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 329,
          "maxRank": 10617.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00004907",
              "name": "polar follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "polar follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.071848,
          "sdRefIntergenicDistribution": 2.023386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 200,
          "maxRank": 10048.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00004908",
              "name": "nurse follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "stretch follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.332171,
          "sdRefIntergenicDistribution": 3.016328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1258,
          "maxRank": 11634.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.277799,
          "sdRefIntergenicDistribution": 1.876095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 269,
          "maxRank": 10392.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00005402",
              "name": "oocyte associated follicle cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "main body follicle cell ca. until St. 5",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.165555,
          "sdRefIntergenicDistribution": 3.099498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1304,
          "maxRank": 11926.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00005406",
              "name": "ovarian sheath cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "ovarian sheath muscle",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.939787,
          "sdRefIntergenicDistribution": 2.272788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 340,
          "maxRank": 10740.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00006049",
              "name": "escort cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "escort cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.772429,
          "sdRefIntergenicDistribution": 2.244400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 426,
          "maxRank": 10869.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00046036",
              "name": "dorsal appendage forming follicle cell"
            },
            "cellTypeAuthorAnnotation": "dorsal appendage forming follicle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.422894,
          "sdRefIntergenicDistribution": 3.365809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 880,
          "maxRank": 11362.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 546084950,
            "mappedReadsCount": 505905657,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000992",
              "name": "ovary"
            },
            "anatEntityAuthorAnnotation": "ovary",
            "cellType": {
              "id": "FBbt:00048554",
              "name": "posterior terminal follicle cell"
            },
            "cellTypeAuthorAnnotation": "posterior terminal follicle cell ca. St. 5-8",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.457805,
          "sdRefIntergenicDistribution": 2.906981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 807,
          "maxRank": 11284.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.954410,
          "sdRefIntergenicDistribution": 3.187575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1663,
          "maxRank": 12370.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.658569,
          "sdRefIntergenicDistribution": 2.619846,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 900,
          "maxRank": 11759.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000372",
              "name": "tormogen cell"
            },
            "cellTypeAuthorAnnotation": "tormogen cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.291008,
          "sdRefIntergenicDistribution": 1.950248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 246,
          "maxRank": 10299.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.124558,
          "sdRefIntergenicDistribution": 2.092777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9460.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.068713,
          "sdRefIntergenicDistribution": 2.343619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 268,
          "maxRank": 10225.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.197711,
          "sdRefIntergenicDistribution": 2.226924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 359,
          "maxRank": 10815.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.867843,
          "sdRefIntergenicDistribution": 1.824364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 249,
          "maxRank": 10117.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00007353",
              "name": "maxillary palp olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "maxillary palp olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.590583,
          "sdRefIntergenicDistribution": 2.795480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 717,
          "maxRank": 11639.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00048035",
              "name": "labral sense organ mechanosensory neuron"
            },
            "cellTypeAuthorAnnotation": "labral sense organ mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.629539,
          "sdRefIntergenicDistribution": 2.113024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 473,
          "maxRank": 11137.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 589386071,
            "mappedReadsCount": 542620697,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00110887",
              "name": "gustatory receptor neuron of the labellum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron of the labellum",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.679643,
          "sdRefIntergenicDistribution": 2.279138,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 382,
          "maxRank": 10918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.482207,
          "sdRefIntergenicDistribution": 3.210909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 886,
          "maxRank": 11835.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.075681,
          "sdRefIntergenicDistribution": 3.294681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1032,
          "maxRank": 11884.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000372",
              "name": "tormogen cell"
            },
            "cellTypeAuthorAnnotation": "tormogen cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.602931,
          "sdRefIntergenicDistribution": 2.396397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 186,
          "maxRank": 9565.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 126.860261,
          "sdRefIntergenicDistribution": 2.507239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8426.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.547496,
          "sdRefIntergenicDistribution": 2.301987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9348.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.370707,
          "sdRefIntergenicDistribution": 2.003037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 148,
          "maxRank": 9323.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.250260,
          "sdRefIntergenicDistribution": 1.973263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 9063.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00007353",
              "name": "maxillary palp olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "maxillary palp olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.990527,
          "sdRefIntergenicDistribution": 2.434496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 265,
          "maxRank": 9887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00048035",
              "name": "labral sense organ mechanosensory neuron"
            },
            "cellTypeAuthorAnnotation": "labral sense organ mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.102267,
          "sdRefIntergenicDistribution": 2.269604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 267,
          "maxRank": 10006.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 599255947,
            "mappedReadsCount": 482655268,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00110887",
              "name": "gustatory receptor neuron of the labellum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron of the labellum",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.511454,
          "sdRefIntergenicDistribution": 2.354060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 193,
          "maxRank": 9574.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.854488,
          "sdRefIntergenicDistribution": 3.578548,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1956,
          "maxRank": 12761.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.847939,
          "sdRefIntergenicDistribution": 2.984720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1165,
          "maxRank": 12218.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000372",
              "name": "tormogen cell"
            },
            "cellTypeAuthorAnnotation": "tormogen cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.312863,
          "sdRefIntergenicDistribution": 2.140930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 403,
          "maxRank": 10972.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.546244,
          "sdRefIntergenicDistribution": 2.782848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 232,
          "maxRank": 9730.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.220486,
          "sdRefIntergenicDistribution": 2.406265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 480,
          "maxRank": 11053.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.110571,
          "sdRefIntergenicDistribution": 2.491818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 507,
          "maxRank": 11338.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.112266,
          "sdRefIntergenicDistribution": 2.120683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 383,
          "maxRank": 10952.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00007353",
              "name": "maxillary palp olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "maxillary palp olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.854033,
          "sdRefIntergenicDistribution": 2.925695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1126,
          "maxRank": 12174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00048035",
              "name": "labral sense organ mechanosensory neuron"
            },
            "cellTypeAuthorAnnotation": "labral sense organ mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.807311,
          "sdRefIntergenicDistribution": 2.520831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 933,
          "maxRank": 11831.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 471755733,
            "mappedReadsCount": 434513343,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00110887",
              "name": "gustatory receptor neuron of the labellum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron of the labellum",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.815091,
          "sdRefIntergenicDistribution": 2.423112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 578,
          "maxRank": 11374.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.677000,
          "sdRefIntergenicDistribution": 3.476811,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2326,
          "maxRank": 13135.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.061462,
          "sdRefIntergenicDistribution": 2.927053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1475,
          "maxRank": 12563.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000372",
              "name": "tormogen cell"
            },
            "cellTypeAuthorAnnotation": "tormogen cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.797957,
          "sdRefIntergenicDistribution": 2.142233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 523,
          "maxRank": 11362.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.585704,
          "sdRefIntergenicDistribution": 2.308873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 287,
          "maxRank": 10397.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.237709,
          "sdRefIntergenicDistribution": 2.278457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 578,
          "maxRank": 11370.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.730860,
          "sdRefIntergenicDistribution": 2.044934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 344,
          "maxRank": 10947.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.455067,
          "sdRefIntergenicDistribution": 1.944023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 305,
          "maxRank": 10557.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00007353",
              "name": "maxillary palp olfactory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "maxillary palp olfactory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.835764,
          "sdRefIntergenicDistribution": 2.739600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 521,
          "maxRank": 11355.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00048035",
              "name": "labral sense organ mechanosensory neuron"
            },
            "cellTypeAuthorAnnotation": "labral sense organ mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.953156,
          "sdRefIntergenicDistribution": 2.304000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 496,
          "maxRank": 11286.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472191442,
            "mappedReadsCount": 431773087,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:6004535",
              "name": "proboscis"
            },
            "anatEntityAuthorAnnotation": "mixed proboscis and maxillary palpus",
            "cellType": {
              "id": "FBbt:00110887",
              "name": "gustatory receptor neuron of the labellum (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron of the labellum",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.380786,
          "sdRefIntergenicDistribution": 2.531507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 429,
          "maxRank": 11163.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.415780,
          "sdRefIntergenicDistribution": 5.337852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5465,
          "maxRank": 14018.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000018",
              "name": "spermatid"
            },
            "cellTypeAuthorAnnotation": "spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.253274,
          "sdRefIntergenicDistribution": 2.632560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 577,
          "maxRank": 12363.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000020",
              "name": "spermatogonium"
            },
            "cellTypeAuthorAnnotation": "spermatogonium",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.383157,
          "sdRefIntergenicDistribution": 4.083707,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1146,
          "maxRank": 12693.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.261953,
          "sdRefIntergenicDistribution": 2.552945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1172,
          "maxRank": 13240.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.692793,
          "sdRefIntergenicDistribution": 2.498052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 777,
          "maxRank": 12707.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.169041,
          "sdRefIntergenicDistribution": 1.724341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 315,
          "maxRank": 11513.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.950019,
          "sdRefIntergenicDistribution": 2.381779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1080,
          "maxRank": 12786.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00004931",
              "name": "cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.336371,
          "sdRefIntergenicDistribution": 3.773611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1185,
          "maxRank": 12745.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00004933",
              "name": "cyst progenitor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cyst stem cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.279662,
          "sdRefIntergenicDistribution": 2.006921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 444,
          "maxRank": 12102.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.933419,
          "sdRefIntergenicDistribution": 2.509006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 735,
          "maxRank": 12564.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057000",
              "name": "early-mid elongation-stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "early-mid elongation-stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.749372,
          "sdRefIntergenicDistribution": 2.422565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1273,
          "maxRank": 13070.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057003",
              "name": "mid-late elongation-stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mid-late elongation-stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.496410,
          "sdRefIntergenicDistribution": 2.535120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1128,
          "maxRank": 13117.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057004",
              "name": "spermatocyte cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.032656,
          "sdRefIntergenicDistribution": 3.815195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1359,
          "maxRank": 12865.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057009",
              "name": "head cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "head cyst cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955017,
          "sdRefIntergenicDistribution": 3.380630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2008,
          "maxRank": 13312.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 603799417,
            "mappedReadsCount": 550370635,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057175",
              "name": "early elongation stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "early elongation stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.885488,
          "sdRefIntergenicDistribution": 3.194076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1923,
          "maxRank": 13712.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.496044,
          "sdRefIntergenicDistribution": 5.224856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5369,
          "maxRank": 14022.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000018",
              "name": "spermatid"
            },
            "cellTypeAuthorAnnotation": "spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.574648,
          "sdRefIntergenicDistribution": 2.545517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 503,
          "maxRank": 12309.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000020",
              "name": "spermatogonium"
            },
            "cellTypeAuthorAnnotation": "spermatogonium",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.218279,
          "sdRefIntergenicDistribution": 3.960703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 942,
          "maxRank": 12548.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.310085,
          "sdRefIntergenicDistribution": 2.725658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1359,
          "maxRank": 13337.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.636427,
          "sdRefIntergenicDistribution": 2.416020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 748,
          "maxRank": 12715.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.649980,
          "sdRefIntergenicDistribution": 1.852006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 376,
          "maxRank": 11752.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.003598,
          "sdRefIntergenicDistribution": 2.415342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1079,
          "maxRank": 12803.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00004931",
              "name": "cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.286195,
          "sdRefIntergenicDistribution": 3.533830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1382,
          "maxRank": 12939.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00004933",
              "name": "cyst progenitor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cyst stem cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.750565,
          "sdRefIntergenicDistribution": 2.074175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 436,
          "maxRank": 12031.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.386441,
          "sdRefIntergenicDistribution": 2.432054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 683,
          "maxRank": 12519.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057000",
              "name": "early-mid elongation-stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "early-mid elongation-stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.647008,
          "sdRefIntergenicDistribution": 2.478542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1322,
          "maxRank": 13099.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057003",
              "name": "mid-late elongation-stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mid-late elongation-stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.508949,
          "sdRefIntergenicDistribution": 2.587115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1127,
          "maxRank": 13110.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057004",
              "name": "spermatocyte cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.048626,
          "sdRefIntergenicDistribution": 3.684926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1397,
          "maxRank": 12876.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057009",
              "name": "head cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "head cyst cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.021620,
          "sdRefIntergenicDistribution": 3.448490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1983,
          "maxRank": 13313.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 535417422,
            "mappedReadsCount": 482936819,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057175",
              "name": "early elongation stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "early elongation stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.928059,
          "sdRefIntergenicDistribution": 3.048092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1801,
          "maxRank": 13688.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000017",
              "name": "spermatocyte"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.532877,
          "sdRefIntergenicDistribution": 5.127131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4826,
          "maxRank": 13994.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000018",
              "name": "spermatid"
            },
            "cellTypeAuthorAnnotation": "spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.324636,
          "sdRefIntergenicDistribution": 2.630470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 529,
          "maxRank": 12292.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000020",
              "name": "spermatogonium"
            },
            "cellTypeAuthorAnnotation": "spermatogonium",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.426230,
          "sdRefIntergenicDistribution": 4.156859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1177,
          "maxRank": 12758.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.172179,
          "sdRefIntergenicDistribution": 2.654264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1278,
          "maxRank": 13309.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.677072,
          "sdRefIntergenicDistribution": 2.563539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 768,
          "maxRank": 12624.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.603168,
          "sdRefIntergenicDistribution": 1.621656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 10546.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "CL:0001658",
              "name": "visual pigment cell (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "pigment cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.806141,
          "sdRefIntergenicDistribution": 2.478186,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1146,
          "maxRank": 12885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00004931",
              "name": "cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.180887,
          "sdRefIntergenicDistribution": 3.726259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1311,
          "maxRank": 12824.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00004933",
              "name": "cyst progenitor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "cyst stem cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.604049,
          "sdRefIntergenicDistribution": 2.225054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 518,
          "maxRank": 12177.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.963057,
          "sdRefIntergenicDistribution": 2.424025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 696,
          "maxRank": 12520.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057000",
              "name": "early-mid elongation-stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "early-mid elongation-stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.744637,
          "sdRefIntergenicDistribution": 2.444839,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1148,
          "maxRank": 13000.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057003",
              "name": "mid-late elongation-stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mid-late elongation-stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.468735,
          "sdRefIntergenicDistribution": 2.623597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1130,
          "maxRank": 13114.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057004",
              "name": "spermatocyte cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.871676,
          "sdRefIntergenicDistribution": 3.889468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1586,
          "maxRank": 13011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057009",
              "name": "head cyst cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "head cyst cell",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.142273,
          "sdRefIntergenicDistribution": 3.588667,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2475,
          "maxRank": 13489.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 573017891,
            "mappedReadsCount": 516939983,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000473",
              "name": "testis"
            },
            "anatEntityAuthorAnnotation": "testis",
            "cellType": {
              "id": "FBbt:00057175",
              "name": "early elongation stage spermatid (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "early elongation stage spermatid",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.905785,
          "sdRefIntergenicDistribution": 3.009916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1901,
          "maxRank": 13722.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582430913,
            "mappedReadsCount": 530156015,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671980"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.698242,
          "sdRefIntergenicDistribution": 2.113871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 225,
          "maxRank": 10146.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582430913,
            "mappedReadsCount": 530156015,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671980"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.126255,
          "sdRefIntergenicDistribution": 2.165349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 312,
          "maxRank": 10316.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582430913,
            "mappedReadsCount": 530156015,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671980"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.989634,
          "sdRefIntergenicDistribution": 4.469892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2415,
          "maxRank": 13686.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582430913,
            "mappedReadsCount": 530156015,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671980"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "FBbt:00006009",
              "name": "eye photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eye photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.007658,
          "sdRefIntergenicDistribution": 2.248964,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 8885.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582430913,
            "mappedReadsCount": 530156015,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671980"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "adult neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.982404,
          "sdRefIntergenicDistribution": 2.274859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 458,
          "maxRank": 11684.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585609218,
            "mappedReadsCount": 546874994,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671981"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.431507,
          "sdRefIntergenicDistribution": 2.223745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 540,
          "maxRank": 11417.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585609218,
            "mappedReadsCount": 546874994,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671981"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000565",
              "name": "fat body cell"
            },
            "cellTypeAuthorAnnotation": "adult fat body",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.486092,
          "sdRefIntergenicDistribution": 2.021994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 320,
          "maxRank": 10764.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585609218,
            "mappedReadsCount": 546874994,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671981"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "FBbt:00005040",
              "name": "adult tracheocyte (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adult tracheal cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.518665,
          "sdRefIntergenicDistribution": 4.106789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3209,
          "maxRank": 13350.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585609218,
            "mappedReadsCount": 546874994,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671981"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "FBbt:00006009",
              "name": "eye photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "eye photoreceptor cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.609717,
          "sdRefIntergenicDistribution": 1.785097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 263,
          "maxRank": 10674.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 585609218,
            "mappedReadsCount": 546874994,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671981"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003127",
              "name": "open tracheal system trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "adult neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "Btl-GAL4, UAS-lamGFP",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.011531,
          "sdRefIntergenicDistribution": 2.113303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 649,
          "maxRank": 11816.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 456693623,
            "mappedReadsCount": 413662027,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.496245,
          "sdRefIntergenicDistribution": 2.080600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 337,
          "maxRank": 10696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 456693623,
            "mappedReadsCount": 413662027,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.273368,
          "sdRefIntergenicDistribution": 2.332561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 279,
          "maxRank": 10408.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 456693623,
            "mappedReadsCount": 413662027,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.935385,
          "sdRefIntergenicDistribution": 2.486315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 614,
          "maxRank": 11734.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 456693623,
            "mappedReadsCount": 413662027,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00005919",
              "name": "mechanosensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.904618,
          "sdRefIntergenicDistribution": 3.583750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2112,
          "maxRank": 13210.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 456693623,
            "mappedReadsCount": 413662027,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.625754,
          "sdRefIntergenicDistribution": 3.386937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1459,
          "maxRank": 12784.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 456693623,
            "mappedReadsCount": 413662027,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00048471",
              "name": "nociceptive neuron"
            },
            "cellTypeAuthorAnnotation": "nociceptive neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "male",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.346487,
          "sdRefIntergenicDistribution": 2.133818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 414,
          "maxRank": 10905.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 463920793,
            "mappedReadsCount": 410162668,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "CL:0000187",
              "name": "muscle cell"
            },
            "cellTypeAuthorAnnotation": "muscle cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.990059,
          "sdRefIntergenicDistribution": 1.647289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8602.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 463920793,
            "mappedReadsCount": 410162668,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "CL:0000387",
              "name": "hemocyte (sensu Nematoda and Protostomia)"
            },
            "cellTypeAuthorAnnotation": "hemocyte",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.303601,
          "sdRefIntergenicDistribution": 2.921249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 302,
          "maxRank": 10296.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 463920793,
            "mappedReadsCount": 410162668,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00001327",
              "name": "peripheral glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "peripheral glial cell",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.578061,
          "sdRefIntergenicDistribution": 2.754966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 985,
          "maxRank": 11829.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 463920793,
            "mappedReadsCount": 410162668,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00005919",
              "name": "mechanosensory neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "mechanosensory neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.117946,
          "sdRefIntergenicDistribution": 3.142887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1663,
          "maxRank": 12342.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 463920793,
            "mappedReadsCount": 410162668,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00005927",
              "name": "gustatory receptor neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "gustatory receptor neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.075324,
          "sdRefIntergenicDistribution": 2.797750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 891,
          "maxRank": 11803.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 463920793,
            "mappedReadsCount": 410162668,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 313564,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=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": "ERP129698",
              "xRefName": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP129698",
              "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.1126/science.abk2432",
            "name": "The Fly Cell Atlas: single-cell transcriptomes of the entire adult Drosophila - 10x dataset",
            "description": "Single-cell technologies have ushered in a new era for Drosophila research, allowing researchers to obtain transcriptomes for all stable cell types and dynamic cell states. Here we present the first release of the adult Fly Cell Atlas (FCA), which includes 580k cells from 15 individually dissected sexed tissues, as well as from the entire head and body. We annotated more than 250 distinct cell types across all tissues. Few cell types were uniquely detected in the entire head and body samples, suggesting high cell-type saturation. We provide an in-depth analysis of gene signatures and transcription factor combinations, as well as sexual dimorphism, across the whole animal. Finally, we studied cell type lineages that are shared between tissues, such as blood cells and muscle cells, allowing the retrieval of rare cell types and tissue- specific subtypes. This atlas provides a valuable resource for the entire Drosophila community as a reference to study genetic perturbations and disease models at single-cell resolution.",
            "id": "ERP129698"
          },
          "id": "ERX5671983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000984",
              "name": "imaginal disc-derived wing"
            },
            "anatEntityAuthorAnnotation": "wing",
            "cellType": {
              "id": "FBbt:00048471",
              "name": "nociceptive neuron"
            },
            "cellTypeAuthorAnnotation": "nociceptive neuron",
            "devStage": {
              "id": "FBdv:00007080",
              "name": "day 5 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "5",
            "sex": "female",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.236592,
          "sdRefIntergenicDistribution": 1.958337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 197,
          "maxRank": 9616.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_ERP129698.tsv.gz",
        "title": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP129698.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_ERP129698_droplet_based.h5ad",
        "title": "Drosophila_melanogaster_ERP129698_droplet_based.h5ad"
      }
    ]
  }
}